Shades of Medium Orchid #BB3CCB
Tints of Medium Orchid #BB3CCB
RGB
CMYK
RGB Variations
Color information
#BB3CCB (or 0xBB3CCB) is known color: Medium Orchid. HEX triplet: BB, 3C and CB. RGB value is (187,60,203). Sum of RGB (Red+Green+Blue) = 187+60+203=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB3CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CCB is #44C334. Grayscale: #717171. Windows color (decimal): -4506421 or 13319355. OLE color: 13319355.
HSL color Cylindrical-coordinate representation of color #BB3CCB: hue angle of 293.29º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3CCB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 60 | 203 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.20 |
| HSL | 293.29º | 0.58% | 0.52% | - |
| HSV(B) | 293.29º | 0.7% | 0.8% | - |
| XYZ | 32.89 | 18.11 | 58.26 | - |
| YUV | 114.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 203 | 0.08 | 0.70 | 0 | 0.20 | 293.29 | 0.58 | 0.52 |
| Hex | BB | 3C | CB | 8 | 46 | 0 | 14 | 125 | 3A | 34 |
| Octal | 273 | 74 | 313 | 10 | 106 | 0 | 24 | 445 | 72 | 64 |
| Binary | 10111011 | 111100 | 11001011 | 1000 | 1000110 | 0 | 10100 | 100100101 | 111010 | 110100 |
Color Harmonies of #BB3CCB
Complementary color
Monochromatic Colors of #BB3CCB
Black with #BB3CCB
Text Example
Text Example
White with #BB3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CCB; }
p { color: rgb(187,60,203); }
H1.HeaderClassName
{
color: #BB3CCB;
}
.AnyTagClassName
{
color: #BB3CCB;
}
</style>
background-color css
<style>
a { background-color: #BB3CCB; }
a { background-color: rgb(187,60,203); }
div.DivClassName
{
background-color: #BB3CCB;
}
.BgClassName
{
background-color: #BB3CCB;
}
</style>
border-color css
<style>
span { border-color: #BB3CCB; }
span { border-color: rgb(187,60,203); }
td.TdClassName
{
border-color: #BB3CCB;
}
.TagClassName
{
border-color: #BB3CCB;
}
</style>