Shades of Medium Orchid #BB53FF
Tints of Medium Orchid #BB53FF
RGB
CMYK
RGB Variations
Color information
#BB53FF (or 0xBB53FF) is known color: Medium Orchid. HEX triplet: BB, 53 and FF. RGB value is (187,83,255). Sum of RGB (Red+Green+Blue) = 187+83+255=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53FF is #44AC00. Grayscale: #858585. Windows color (decimal): -4500481 or 16733115. OLE color: 16733115.
HSL color Cylindrical-coordinate representation of color #BB53FF: hue angle of 276.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB53FF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 83 | 255 | - |
| CMYK | 0.27 | 0.67 | 0 | 0 |
| HSL | 276.28º | 1% | 0.66% | - |
| HSV(B) | 276.28º | 0.67% | 1% | - |
| XYZ | 41.64 | 23.97 | 97.04 | - |
| YUV | 133.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 255 | 0.27 | 0.67 | 0 | 0 | 276.28 | 1 | 0.66 |
| Hex | BB | 53 | FF | 1B | 43 | 0 | 0 | 114 | 64 | 42 |
| Octal | 273 | 123 | 377 | 33 | 103 | 0 | 0 | 424 | 144 | 102 |
| Binary | 10111011 | 1010011 | 11111111 | 11011 | 1000011 | 0 | 0 | 100010100 | 1100100 | 1000010 |
Color Harmonies of #BB53FF
Complementary color
Monochromatic Colors of #BB53FF
Black with #BB53FF
Text Example
Text Example
White with #BB53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53FF; }
p { color: rgb(187,83,255); }
H1.HeaderClassName
{
color: #BB53FF;
}
.AnyTagClassName
{
color: #BB53FF;
}
</style>
background-color css
<style>
a { background-color: #BB53FF; }
a { background-color: rgb(187,83,255); }
div.DivClassName
{
background-color: #BB53FF;
}
.BgClassName
{
background-color: #BB53FF;
}
</style>
border-color css
<style>
span { border-color: #BB53FF; }
span { border-color: rgb(187,83,255); }
td.TdClassName
{
border-color: #BB53FF;
}
.TagClassName
{
border-color: #BB53FF;
}
</style>