Shades of Medium Orchid #BB3FDF
Tints of Medium Orchid #BB3FDF
RGB
CMYK
RGB Variations
Color information
#BB3FDF (or 0xBB3FDF) is known color: Medium Orchid. HEX triplet: BB, 3F and DF. RGB value is (187,63,223). Sum of RGB (Red+Green+Blue) = 187+63+223=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FDF is #44C020. Grayscale: #757575. Windows color (decimal): -4505633 or 14630843. OLE color: 14630843.
HSL color Cylindrical-coordinate representation of color #BB3FDF: hue angle of 286.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3FDF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 63 | 223 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.13 |
| HSL | 286.5º | 0.71% | 0.56% | - |
| HSV(B) | 286.5º | 0.72% | 0.87% | - |
| XYZ | 35.59 | 19.45 | 71.69 | - |
| YUV | 118.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 223 | 0.16 | 0.72 | 0 | 0.13 | 286.5 | 0.71 | 0.56 |
| Hex | BB | 3F | DF | 10 | 48 | 0 | D | 11E | 47 | 38 |
| Octal | 273 | 77 | 337 | 20 | 110 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111011 | 111111 | 11011111 | 10000 | 1001000 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #BB3FDF
Complementary color
Monochromatic Colors of #BB3FDF
Black with #BB3FDF
Text Example
Text Example
White with #BB3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FDF; }
p { color: rgb(187,63,223); }
H1.HeaderClassName
{
color: #BB3FDF;
}
.AnyTagClassName
{
color: #BB3FDF;
}
</style>
background-color css
<style>
a { background-color: #BB3FDF; }
a { background-color: rgb(187,63,223); }
div.DivClassName
{
background-color: #BB3FDF;
}
.BgClassName
{
background-color: #BB3FDF;
}
</style>
border-color css
<style>
span { border-color: #BB3FDF; }
span { border-color: rgb(187,63,223); }
td.TdClassName
{
border-color: #BB3FDF;
}
.TagClassName
{
border-color: #BB3FDF;
}
</style>