#B66FC3

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

Shades of Medium Orchid #B66FC3

Tints of Medium Orchid #B66FC3

Color information

#B66FC3 (or 0xB66FC3) is unknown color: approx Medium Orchid. HEX triplet: B6, 6F and C3. RGB value is (182,111,195). Sum of RGB (Red+Green+Blue) = 182+111+195=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #B66FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FC3 is #49903C. Grayscale: #8D8D8D. Windows color (decimal): -4821053 or 12808118. OLE color: 12808118.

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

Color convert

RGB182111195-
CMYK0.070.4300.24
HSL290.71º41.18%60%-
HSV(B)290.71º43.08%76.47%-
XYZ34.8325.2554.67-
YUV141.8158.02156.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=37.30%
G=22.75%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821111950.070.4300.24290.7141.1860
HexB66FC372B018123293c
Octal2661573037530304435174
Binary10110110110111111000011111101011011000100100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FC3; }

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

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

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

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

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

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

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

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