#BB4BC9

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

Shades of Medium Orchid #BB4BC9

Tints of Medium Orchid #BB4BC9

Color information

#BB4BC9 (or 0xBB4BC9) is unknown color: approx Medium Orchid. HEX triplet: BB, 4B and C9. RGB value is (187,75,201). Sum of RGB (Red+Green+Blue) = 187+75+201=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB4BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BC9 is #44B436. Grayscale: #7A7A7A. Windows color (decimal): -4502583 or 13192123. OLE color: 13192123.

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

Color convert

RGB18775201-
CMYK0.070.6300.21
HSL293.33º53.85%54.12%-
HSV(B)293.33º62.69%78.82%-
XYZ33.5519.8157.31-
YUV122.85172.11173.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=40.39%
G=16.20%
B=43.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187752010.070.6300.21293.3353.8554.12
HexBB4BC973F0151253636
Octal2731133117770254456666
Binary10111011100101111001001111111111010101100100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BC9; }

 p { color: rgb(187,75,201); }

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

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

 a { background-color: rgb(187,75,201); }

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

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

 span { border-color: rgb(187,75,201); }

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