#B66BE7

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

Shades of Medium Orchid #B66BE7

Tints of Medium Orchid #B66BE7

Color information

#B66BE7 (or 0xB66BE7) is unknown color: approx Medium Orchid. HEX triplet: B6, 6B and E7. RGB value is (182,107,231). Sum of RGB (Red+Green+Blue) = 182+107+231=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #B66BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BE7 is #499418. Grayscale: #8F8F8F. Windows color (decimal): -4822041 or 15166390. OLE color: 15166390.

HSL color Cylindrical-coordinate representation of color #B66BE7: hue angle of 276.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B66BE7 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182107231-
CMYK0.210.5400.09
HSL276.29º72.09%66.27%-
HSV(B)276.29º53.68%90.59%-
XYZ38.9726.2378.61-
YUV143.56177.35155.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=35%
G=20.58%
B=44.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821072310.210.5400.09276.2972.0966.27
HexB66BE71536091144842
Octal2661533472566011424110102
Binary10110110110101111100111101011101100100110001010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BE7; }

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

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

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

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

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

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

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

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