Shades of Medium Orchid #BB3CDF
Tints of Medium Orchid #BB3CDF
RGB
CMYK
RGB Variations
Color information
#BB3CDF (or 0xBB3CDF) is known color: Medium Orchid. HEX triplet: BB, 3C and DF. RGB value is (187,60,223). Sum of RGB (Red+Green+Blue) = 187+60+223=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CDF is #44C320. Grayscale: #747474. Windows color (decimal): -4506401 or 14630075. OLE color: 14630075.
HSL color Cylindrical-coordinate representation of color #BB3CDF: hue angle of 286.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3CDF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 60 | 223 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.13 |
| HSL | 286.75º | 0.72% | 0.55% | - |
| HSV(B) | 286.75º | 0.73% | 0.87% | - |
| XYZ | 35.43 | 19.12 | 71.64 | - |
| YUV | 116.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 223 | 0.16 | 0.73 | 0 | 0.13 | 286.75 | 0.72 | 0.55 |
| Hex | BB | 3C | DF | 10 | 49 | 0 | D | 11F | 48 | 37 |
| Octal | 273 | 74 | 337 | 20 | 111 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111011 | 111100 | 11011111 | 10000 | 1001001 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BB3CDF
Complementary color
Monochromatic Colors of #BB3CDF
Black with #BB3CDF
Text Example
Text Example
White with #BB3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CDF; }
p { color: rgb(187,60,223); }
H1.HeaderClassName
{
color: #BB3CDF;
}
.AnyTagClassName
{
color: #BB3CDF;
}
</style>
background-color css
<style>
a { background-color: #BB3CDF; }
a { background-color: rgb(187,60,223); }
div.DivClassName
{
background-color: #BB3CDF;
}
.BgClassName
{
background-color: #BB3CDF;
}
</style>
border-color css
<style>
span { border-color: #BB3CDF; }
span { border-color: rgb(187,60,223); }
td.TdClassName
{
border-color: #BB3CDF;
}
.TagClassName
{
border-color: #BB3CDF;
}
</style>