Shades of Medium Orchid #BB53F2
Tints of Medium Orchid #BB53F2
RGB
CMYK
RGB Variations
Color information
#BB53F2 (or 0xBB53F2) is known color: Medium Orchid. HEX triplet: BB, 53 and F2. RGB value is (187,83,242). Sum of RGB (Red+Green+Blue) = 187+83+242=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB53F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53F2 is #44AC0D. Grayscale: #838383. Windows color (decimal): -4500494 or 15881147. OLE color: 15881147.
HSL color Cylindrical-coordinate representation of color #BB53F2: hue angle of 279.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB53F2 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 83 | 242 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.05 |
| HSL | 279.25º | 0.86% | 0.64% | - |
| HSV(B) | 279.25º | 0.66% | 0.95% | - |
| XYZ | 39.61 | 23.16 | 86.39 | - |
| YUV | 132.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 242 | 0.23 | 0.66 | 0 | 0.05 | 279.25 | 0.86 | 0.64 |
| Hex | BB | 53 | F2 | 17 | 42 | 0 | 5 | 117 | 56 | 40 |
| Octal | 273 | 123 | 362 | 27 | 102 | 0 | 5 | 427 | 126 | 100 |
| Binary | 10111011 | 1010011 | 11110010 | 10111 | 1000010 | 0 | 101 | 100010111 | 1010110 | 1000000 |
Color Harmonies of #BB53F2
Complementary color
Monochromatic Colors of #BB53F2
Black with #BB53F2
Text Example
Text Example
White with #BB53F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53F2; }
p { color: rgb(187,83,242); }
H1.HeaderClassName
{
color: #BB53F2;
}
.AnyTagClassName
{
color: #BB53F2;
}
</style>
background-color css
<style>
a { background-color: #BB53F2; }
a { background-color: rgb(187,83,242); }
div.DivClassName
{
background-color: #BB53F2;
}
.BgClassName
{
background-color: #BB53F2;
}
</style>
border-color css
<style>
span { border-color: #BB53F2; }
span { border-color: rgb(187,83,242); }
td.TdClassName
{
border-color: #BB53F2;
}
.TagClassName
{
border-color: #BB53F2;
}
</style>