Shades of Medium Orchid #BB40CC
Tints of Medium Orchid #BB40CC
RGB
CMYK
RGB Variations
Color information
#BB40CC (or 0xBB40CC) is known color: Medium Orchid. HEX triplet: BB, 40 and CC. RGB value is (187,64,204). Sum of RGB (Red+Green+Blue) = 187+64+204=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40CC is #44BF33. Grayscale: #747474. Windows color (decimal): -4505396 or 13385915. OLE color: 13385915.
HSL color Cylindrical-coordinate representation of color #BB40CC: hue angle of 292.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB40CC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 64 | 204 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.2 |
| HSL | 292.71º | 0.58% | 0.53% | - |
| HSV(B) | 292.71º | 0.69% | 0.8% | - |
| XYZ | 33.23 | 18.59 | 58.96 | - |
| YUV | 116.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 204 | 0.08 | 0.69 | 0 | 0.2 | 292.71 | 0.58 | 0.53 |
| Hex | BB | 40 | CC | 8 | 45 | 0 | 14 | 125 | 3A | 35 |
| Octal | 273 | 100 | 314 | 10 | 105 | 0 | 24 | 445 | 72 | 65 |
| Binary | 10111011 | 1000000 | 11001100 | 1000 | 1000101 | 0 | 10100 | 100100101 | 111010 | 110101 |
Color Harmonies of #BB40CC
Complementary color
Monochromatic Colors of #BB40CC
Black with #BB40CC
Text Example
Text Example
White with #BB40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40CC; }
p { color: rgb(187,64,204); }
H1.HeaderClassName
{
color: #BB40CC;
}
.AnyTagClassName
{
color: #BB40CC;
}
</style>
background-color css
<style>
a { background-color: #BB40CC; }
a { background-color: rgb(187,64,204); }
div.DivClassName
{
background-color: #BB40CC;
}
.BgClassName
{
background-color: #BB40CC;
}
</style>
border-color css
<style>
span { border-color: #BB40CC; }
span { border-color: rgb(187,64,204); }
td.TdClassName
{
border-color: #BB40CC;
}
.TagClassName
{
border-color: #BB40CC;
}
</style>