#B642E0

Color #B642E0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B642E0

Tints of Medium Orchid #B642E0

Color information

#B642E0 (or 0xB642E0) is unknown color: approx Medium Orchid. HEX triplet: B6, 42 and E0. RGB value is (182,66,224). Sum of RGB (Red+Green+Blue) = 182+66+224=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #B642E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642E0 is #49BD1F. Grayscale: #767676. Windows color (decimal): -4832544 or 14697142. OLE color: 14697142.

HSL color Cylindrical-coordinate representation of color #B642E0: hue angle of 284.05º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B642E0 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18266224-
CMYK0.190.7100.12
HSL284.05º71.82%56.86%-
HSV(B)284.05º70.54%87.84%-
XYZ34.6919.2272.4-
YUV118.7187.43173.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 66 (26.17% from 255) = 13.98%
BLUE value IS 224 (87.89% from 255) = 47.46%
R=38.56%
G=13.98%
B=47.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182662240.190.7100.12284.0571.8256.86
HexB642E013470C11c4839
Octal2661023402310701443411071
Binary10110110100001011100000100111000111011001000111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B642E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B642E0; }

 p { color: rgb(182,66,224); }

 H1.HeaderClassName
 {
   color: #B642E0;
 }
 .AnyTagClassName
 {
   color: #B642E0;
 }
</style>
background-color css

<style>
 a { background-color: #B642E0; }

 a { background-color: rgb(182,66,224); }

 div.DivClassName
 {
   background-color: #B642E0;
 }
 .BgClassName
 {
   background-color: #B642E0;
 }
</style>
border-color css

<style>
 span { border-color: #B642E0; }

 span { border-color: rgb(182,66,224); }

 td.TdClassName
 {
   border-color: #B642E0;
 }
 .TagClassName
 {
   border-color: #B642E0;
 }
</style>