Shades of Medium Orchid #BB46CB
Tints of Medium Orchid #BB46CB
RGB
CMYK
RGB Variations
Color information
#BB46CB (or 0xBB46CB) is known color: Medium Orchid. HEX triplet: BB, 46 and CB. RGB value is (187,70,203). Sum of RGB (Red+Green+Blue) = 187+70+203=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46CB is #44B934. Grayscale: #777777. Windows color (decimal): -4503861 or 13321915. OLE color: 13321915.
HSL color Cylindrical-coordinate representation of color #BB46CB: hue angle of 292.78º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB46CB is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 70 | 203 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.20 |
| HSL | 292.78º | 0.56% | 0.54% | - |
| HSV(B) | 292.78º | 0.66% | 0.8% | - |
| XYZ | 33.46 | 19.26 | 58.45 | - |
| YUV | 120.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 203 | 0.08 | 0.66 | 0 | 0.20 | 292.78 | 0.56 | 0.54 |
| Hex | BB | 46 | CB | 8 | 42 | 0 | 14 | 125 | 38 | 36 |
| Octal | 273 | 106 | 313 | 10 | 102 | 0 | 24 | 445 | 70 | 66 |
| Binary | 10111011 | 1000110 | 11001011 | 1000 | 1000010 | 0 | 10100 | 100100101 | 111000 | 110110 |
Color Harmonies of #BB46CB
Complementary color
Monochromatic Colors of #BB46CB
Black with #BB46CB
Text Example
Text Example
White with #BB46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46CB; }
p { color: rgb(187,70,203); }
H1.HeaderClassName
{
color: #BB46CB;
}
.AnyTagClassName
{
color: #BB46CB;
}
</style>
background-color css
<style>
a { background-color: #BB46CB; }
a { background-color: rgb(187,70,203); }
div.DivClassName
{
background-color: #BB46CB;
}
.BgClassName
{
background-color: #BB46CB;
}
</style>
border-color css
<style>
span { border-color: #BB46CB; }
span { border-color: rgb(187,70,203); }
td.TdClassName
{
border-color: #BB46CB;
}
.TagClassName
{
border-color: #BB46CB;
}
</style>