#B66BCA

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

Shades of Medium Orchid #B66BCA

Tints of Medium Orchid #B66BCA

Color information

#B66BCA (or 0xB66BCA) is unknown color: approx Medium Orchid. HEX triplet: B6, 6B and CA. RGB value is (182,107,202). Sum of RGB (Red+Green+Blue) = 182+107+202=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #B66BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BCA is #499435. Grayscale: #8B8B8B. Windows color (decimal): -4822070 or 13265846. OLE color: 13265846.

HSL color Cylindrical-coordinate representation of color #B66BCA: hue angle of 287.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66BCA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182107202-
CMYK0.100.4700.21
HSL287.37º47.26%60.59%-
HSV(B)287.37º47.03%79.22%-
XYZ35.2124.7258.79-
YUV140.26162.85157.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=37.07%
G=21.79%
B=41.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821072020.100.4700.21287.3747.2660.59
HexB66BCAA2F01511f2f3d
Octal26615331212570254375775
Binary101101101101011110010101010101111010101100011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BCA; }

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

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

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

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

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

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

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

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