#BB5FD9

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

Shades of Medium Orchid #BB5FD9

Tints of Medium Orchid #BB5FD9

Color information

#BB5FD9 (or 0xBB5FD9) is unknown color: approx Medium Orchid. HEX triplet: BB, 5F and D9. RGB value is (187,95,217). Sum of RGB (Red+Green+Blue) = 187+95+217=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FD9 is #44A026. Grayscale: #888888. Windows color (decimal): -4497447 or 14245819. OLE color: 14245819.

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

Color convert

RGB18795217-
CMYK0.140.5600.15
HSL285.25º61.62%61.18%-
HSV(B)285.25º56.22%85.1%-
XYZ37.1123.7668.28-
YUV136.42173.48164.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=37.47%
G=19.04%
B=43.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187952170.140.5600.15285.2561.6261.18
HexBB5FD9E380F11d3e3d
Octal27313733116700174357675
Binary10111011101111111011001111011100001111100011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FD9; }

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

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

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

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

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

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

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

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