#BB4BCD

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

Shades of Medium Orchid #BB4BCD

Tints of Medium Orchid #BB4BCD

Color information

#BB4BCD (or 0xBB4BCD) is unknown color: approx Medium Orchid. HEX triplet: BB, 4B and CD. RGB value is (187,75,205). Sum of RGB (Red+Green+Blue) = 187+75+205=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BCD is #44B432. Grayscale: #7A7A7A. Windows color (decimal): -4502579 or 13454267. OLE color: 13454267.

HSL color Cylindrical-coordinate representation of color #BB4BCD: hue angle of 291.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4BCD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18775205-
CMYK0.090.6300.20
HSL291.69º56.52%54.9%-
HSV(B)291.69º63.41%80.39%-
XYZ34.032059.83-
YUV123.31174.11173.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=40.04%
G=16.06%
B=43.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187752050.090.6300.20291.6956.5254.9
HexBB4BCD93F0141243937
Octal27311331511770244447167
Binary101110111001011110011011001111111010100100100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BCD; }

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

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

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

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

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

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

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

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