#BB5CD9

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

Shades of Medium Orchid #BB5CD9

Tints of Medium Orchid #BB5CD9

Color information

#BB5CD9 (or 0xBB5CD9) is unknown color: approx Medium Orchid. HEX triplet: BB, 5C and D9. RGB value is (187,92,217). Sum of RGB (Red+Green+Blue) = 187+92+217=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB5CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CD9 is #44A326. Grayscale: #868686. Windows color (decimal): -4498215 or 14245051. OLE color: 14245051.

HSL color Cylindrical-coordinate representation of color #BB5CD9: hue angle of 285.6º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5CD9 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18792217-
CMYK0.140.5800.15
HSL285.6º62.19%60.59%-
HSV(B)285.6º57.6%85.1%-
XYZ36.8523.2368.19-
YUV134.66174.47165.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=37.70%
G=18.55%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187922170.140.5800.15285.662.1960.59
HexBB5CD9E3A0F11e3e3d
Octal27313433116720174367675
Binary10111011101110011011001111011101001111100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CD9; }

 p { color: rgb(187,92,217); }

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

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

 a { background-color: rgb(187,92,217); }

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

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

 span { border-color: rgb(187,92,217); }

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