#BB47D2

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

Shades of Medium Orchid #BB47D2

Tints of Medium Orchid #BB47D2

Color information

#BB47D2 (or 0xBB47D2) is unknown color: approx Medium Orchid. HEX triplet: BB, 47 and D2. RGB value is (187,71,210). Sum of RGB (Red+Green+Blue) = 187+71+210=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47D2 is #44B82D. Grayscale: #797979. Windows color (decimal): -4503598 or 13780923. OLE color: 13780923.

HSL color Cylindrical-coordinate representation of color #BB47D2: hue angle of 290.07º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB47D2 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18771210-
CMYK0.110.6600.18
HSL290.07º60.7%55.1%-
HSV(B)290.07º66.19%82.35%-
XYZ34.3819.7262.97-
YUV121.53177.93174.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 71 (28.12% from 255) = 15.17%
BLUE value IS 210 (82.42% from 255) = 44.87%
R=39.96%
G=15.17%
B=44.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187712100.110.6600.18290.0760.755.1
HexBB47D2B420121223d37
Octal273107322131020224427567
Binary1011101110001111101001010111000010010010100100010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB47D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB47D2; }

 p { color: rgb(187,71,210); }

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

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

 a { background-color: rgb(187,71,210); }

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

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

 span { border-color: rgb(187,71,210); }

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