#BB5DCA

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

Shades of Medium Orchid #BB5DCA

Tints of Medium Orchid #BB5DCA

Color information

#BB5DCA (or 0xBB5DCA) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and CA. RGB value is (187,93,202). Sum of RGB (Red+Green+Blue) = 187+93+202=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DCA is #44A235. Grayscale: #858585. Windows color (decimal): -4497974 or 13262267. OLE color: 13262267.

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

Color convert

RGB18793202-
CMYK0.070.5400.21
HSL291.74º50.7%57.84%-
HSV(B)291.74º53.96%79.22%-
XYZ35.0722.6658.4-
YUV133.53166.64166.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=38.80%
G=19.29%
B=41.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187932020.070.5400.21291.7450.757.84
HexBB5DCA736015124333a
Octal2731353127660254446372
Binary10111011101110111001010111110110010101100100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DCA; }

 p { color: rgb(187,93,202); }

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

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

 a { background-color: rgb(187,93,202); }

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

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

 span { border-color: rgb(187,93,202); }

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