#BB5DCF

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

Shades of Medium Orchid #BB5DCF

Tints of Medium Orchid #BB5DCF

Color information

#BB5DCF (or 0xBB5DCF) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and CF. RGB value is (187,93,207). Sum of RGB (Red+Green+Blue) = 187+93+207=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DCF is #44A230. Grayscale: #858585. Windows color (decimal): -4497969 or 13589947. OLE color: 13589947.

HSL color Cylindrical-coordinate representation of color #BB5DCF: hue angle of 289.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5DCF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18793207-
CMYK0.100.5500.19
HSL289.47º54.29%58.82%-
HSV(B)289.47º55.07%81.18%-
XYZ35.6722.961.57-
YUV134.1169.14165.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=38.40%
G=19.10%
B=42.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187932070.100.5500.19289.4754.2958.82
HexBB5DCFA37013121363b
Octal27313531712670234416673
Binary101110111011101110011111010110111010011100100001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DCF; }

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

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

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

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

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

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

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

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