#B66BEC

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

Shades of Medium Orchid #B66BEC

Tints of Medium Orchid #B66BEC

Color information

#B66BEC (or 0xB66BEC) is unknown color: approx Medium Orchid. HEX triplet: B6, 6B and EC. RGB value is (182,107,236). Sum of RGB (Red+Green+Blue) = 182+107+236=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #B66BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BEC is #499413. Grayscale: #8F8F8F. Windows color (decimal): -4822036 or 15494070. OLE color: 15494070.

HSL color Cylindrical-coordinate representation of color #B66BEC: hue angle of 274.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B66BEC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182107236-
CMYK0.230.5500.07
HSL274.88º77.25%67.25%-
HSV(B)274.88º54.66%92.55%-
XYZ39.6926.5282.38-
YUV144.13179.85155.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 107 (42.19% from 255) = 20.38%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=34.67%
G=20.38%
B=44.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821072360.230.5500.07274.8877.2567.25
HexB66BEC1737071134d43
Octal266153354276707423115103
Binary1011011011010111110110010111110111011110001001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BEC; }

 p { color: rgb(182,107,236); }

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

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

 a { background-color: rgb(182,107,236); }

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

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

 span { border-color: rgb(182,107,236); }

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