Shades of Medium Orchid #BB45CC
Tints of Medium Orchid #BB45CC
RGB
CMYK
RGB Variations
Color information
#BB45CC (or 0xBB45CC) is known color: Medium Orchid. HEX triplet: BB, 45 and CC. RGB value is (187,69,204). Sum of RGB (Red+Green+Blue) = 187+69+204=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45CC is #44BA33. Grayscale: #777777. Windows color (decimal): -4504116 or 13387195. OLE color: 13387195.
HSL color Cylindrical-coordinate representation of color #BB45CC: hue angle of 292.44º degrees, saturation: 0.57, 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 #BB45CC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 69 | 204 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.2 |
| HSL | 292.44º | 0.57% | 0.54% | - |
| HSV(B) | 292.44º | 0.66% | 0.8% | - |
| XYZ | 33.52 | 19.18 | 59.06 | - |
| YUV | 119.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 204 | 0.08 | 0.66 | 0 | 0.2 | 292.44 | 0.57 | 0.54 |
| Hex | BB | 45 | CC | 8 | 42 | 0 | 14 | 124 | 39 | 36 |
| Octal | 273 | 105 | 314 | 10 | 102 | 0 | 24 | 444 | 71 | 66 |
| Binary | 10111011 | 1000101 | 11001100 | 1000 | 1000010 | 0 | 10100 | 100100100 | 111001 | 110110 |
Color Harmonies of #BB45CC
Complementary color
Monochromatic Colors of #BB45CC
Black with #BB45CC
Text Example
Text Example
White with #BB45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45CC; }
p { color: rgb(187,69,204); }
H1.HeaderClassName
{
color: #BB45CC;
}
.AnyTagClassName
{
color: #BB45CC;
}
</style>
background-color css
<style>
a { background-color: #BB45CC; }
a { background-color: rgb(187,69,204); }
div.DivClassName
{
background-color: #BB45CC;
}
.BgClassName
{
background-color: #BB45CC;
}
</style>
border-color css
<style>
span { border-color: #BB45CC; }
span { border-color: rgb(187,69,204); }
td.TdClassName
{
border-color: #BB45CC;
}
.TagClassName
{
border-color: #BB45CC;
}
</style>