#B66FCA

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

Shades of Medium Orchid #B66FCA

Tints of Medium Orchid #B66FCA

Color information

#B66FCA (or 0xB66FCA) is unknown color: approx Medium Orchid. HEX triplet: B6, 6F and CA. RGB value is (182,111,202). Sum of RGB (Red+Green+Blue) = 182+111+202=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #B66FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FCA is #499035. Grayscale: #8E8E8E. Windows color (decimal): -4821046 or 13266870. OLE color: 13266870.

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

Color convert

RGB182111202-
CMYK0.100.4500.21
HSL286.81º46.19%61.37%-
HSV(B)286.81º45.05%79.22%-
XYZ35.6425.5858.94-
YUV142.6161.52156.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=36.77%
G=22.42%
B=40.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821112020.100.4500.21286.8146.1961.37
HexB66FCAA2D01511f2e3d
Octal26615731212550254375675
Binary101101101101111110010101010101101010101100011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FCA; }

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

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

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

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

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

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

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

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