#b66fc4

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

Shades of Medium Orchid #B66FC4

Tints of Medium Orchid #B66FC4

Color information

#B66FC4 (or 0xB66FC4) is unknown color: approx Medium Orchid. HEX triplet: B6, 6F and C4. RGB value is (182,111,196). Sum of RGB (Red+Green+Blue) = 182+111+196=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #B66FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FC4 is #49903B. Grayscale: #8D8D8D. Windows color (decimal): -4821052 or 12873654. OLE color: 12873654.

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

Color convert

RGB182111196-
CMYK0.070.4300.23
HSL290.12º41.87%60.2%-
HSV(B)290.12º43.37%76.86%-
XYZ34.9425.355.27-
YUV141.92158.52156.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=37.22%
G=22.70%
B=40.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821111960.070.4300.23290.1241.8760.2
HexB66FC472B0171222a3c
Octal2661573047530274425274
Binary10110110110111111000100111101011010111100100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66fc4; }

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

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

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

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

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

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

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

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