#B66FEA

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

Shades of Medium Orchid #B66FEA

Tints of Medium Orchid #B66FEA

Color information

#B66FEA (or 0xB66FEA) is unknown color: approx Medium Orchid. HEX triplet: B6, 6F and EA. RGB value is (182,111,234). Sum of RGB (Red+Green+Blue) = 182+111+234=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #B66FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FEA is #499015. Grayscale: #919191. Windows color (decimal): -4821014 or 15364022. OLE color: 15364022.

HSL color Cylindrical-coordinate representation of color #B66FEA: hue angle of 274.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66FEA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182111234-
CMYK0.220.5300.08
HSL274.63º74.55%67.65%-
HSV(B)274.63º52.56%91.76%-
XYZ39.8327.2581-
YUV146.25177.52153.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 111 (43.75% from 255) = 21.06%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=34.54%
G=21.06%
B=44.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821112340.220.5300.08274.6374.5567.65
HexB66FEA1635081134b44
Octal2661573522665010423113104
Binary10110110110111111101010101101101010100010001001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FEA; }

 p { color: rgb(182,111,234); }

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

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

 a { background-color: rgb(182,111,234); }

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

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

 span { border-color: rgb(182,111,234); }

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