Shades of Medium Orchid #BB3FCC
Tints of Medium Orchid #BB3FCC
RGB
CMYK
RGB Variations
Color information
#BB3FCC (or 0xBB3FCC) is known color: Medium Orchid. HEX triplet: BB, 3F and CC. RGB value is (187,63,204). Sum of RGB (Red+Green+Blue) = 187+63+204=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FCC is #44C033. Grayscale: #737373. Windows color (decimal): -4505652 or 13385659. OLE color: 13385659.
HSL color Cylindrical-coordinate representation of color #BB3FCC: hue angle of 292.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3FCC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 63 | 204 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.2 |
| HSL | 292.77º | 0.58% | 0.52% | - |
| HSV(B) | 292.77º | 0.69% | 0.8% | - |
| XYZ | 33.17 | 18.48 | 58.95 | - |
| YUV | 116.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 204 | 0.08 | 0.69 | 0 | 0.2 | 292.77 | 0.58 | 0.52 |
| Hex | BB | 3F | CC | 8 | 45 | 0 | 14 | 125 | 3A | 34 |
| Octal | 273 | 77 | 314 | 10 | 105 | 0 | 24 | 445 | 72 | 64 |
| Binary | 10111011 | 111111 | 11001100 | 1000 | 1000101 | 0 | 10100 | 100100101 | 111010 | 110100 |
Color Harmonies of #BB3FCC
Complementary color
Monochromatic Colors of #BB3FCC
Black with #BB3FCC
Text Example
Text Example
White with #BB3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FCC; }
p { color: rgb(187,63,204); }
H1.HeaderClassName
{
color: #BB3FCC;
}
.AnyTagClassName
{
color: #BB3FCC;
}
</style>
background-color css
<style>
a { background-color: #BB3FCC; }
a { background-color: rgb(187,63,204); }
div.DivClassName
{
background-color: #BB3FCC;
}
.BgClassName
{
background-color: #BB3FCC;
}
</style>
border-color css
<style>
span { border-color: #BB3FCC; }
span { border-color: rgb(187,63,204); }
td.TdClassName
{
border-color: #BB3FCC;
}
.TagClassName
{
border-color: #BB3FCC;
}
</style>