#BB75CC

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

Shades of Medium Orchid #BB75CC

Tints of Medium Orchid #BB75CC

Color information

#BB75CC (or 0xBB75CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and CC. RGB value is (187,117,204). Sum of RGB (Red+Green+Blue) = 187+117+204=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75CC is #448A33. Grayscale: #939393. Windows color (decimal): -4491828 or 13399483. OLE color: 13399483.

HSL color Cylindrical-coordinate representation of color #BB75CC: hue angle of 288.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB75CC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187117204-
CMYK0.080.4300.2
HSL288.28º46.03%62.94%-
HSV(B)288.28º42.65%80%-
XYZ37.7527.6560.47-
YUV147.85159.69155.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=36.81%
G=23.03%
B=40.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871172040.080.4300.2288.2846.0362.94
HexBB75CC82B0141202e3f
Octal27316531410530244405677
Binary101110111110101110011001000101011010100100100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75CC; }

 p { color: rgb(187,117,204); }

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

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

 a { background-color: rgb(187,117,204); }

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

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

 span { border-color: rgb(187,117,204); }

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