Shades of Medium Orchid #BB5BF3
Tints of Medium Orchid #BB5BF3
RGB
CMYK
RGB Variations
Color information
#BB5BF3 (or 0xBB5BF3) is known color: Medium Orchid. HEX triplet: BB, 5B and F3. RGB value is (187,91,243). Sum of RGB (Red+Green+Blue) = 187+91+243=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB5BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BF3 is #44A40C. Grayscale: #888888. Windows color (decimal): -4498445 or 15948731. OLE color: 15948731.
HSL color Cylindrical-coordinate representation of color #BB5BF3: hue angle of 277.89º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5BF3 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 91 | 243 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.05 |
| HSL | 277.89º | 0.86% | 0.65% | - |
| HSV(B) | 277.89º | 0.63% | 0.95% | - |
| XYZ | 40.41 | 24.52 | 87.4 | - |
| YUV | 137.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 243 | 0.23 | 0.63 | 0 | 0.05 | 277.89 | 0.86 | 0.65 |
| Hex | BB | 5B | F3 | 17 | 3F | 0 | 5 | 116 | 56 | 41 |
| Octal | 273 | 133 | 363 | 27 | 77 | 0 | 5 | 426 | 126 | 101 |
| Binary | 10111011 | 1011011 | 11110011 | 10111 | 111111 | 0 | 101 | 100010110 | 1010110 | 1000001 |
Color Harmonies of #BB5BF3
Complementary color
Monochromatic Colors of #BB5BF3
Black with #BB5BF3
Text Example
Text Example
White with #BB5BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BF3; }
p { color: rgb(187,91,243); }
H1.HeaderClassName
{
color: #BB5BF3;
}
.AnyTagClassName
{
color: #BB5BF3;
}
</style>
background-color css
<style>
a { background-color: #BB5BF3; }
a { background-color: rgb(187,91,243); }
div.DivClassName
{
background-color: #BB5BF3;
}
.BgClassName
{
background-color: #BB5BF3;
}
</style>
border-color css
<style>
span { border-color: #BB5BF3; }
span { border-color: rgb(187,91,243); }
td.TdClassName
{
border-color: #BB5BF3;
}
.TagClassName
{
border-color: #BB5BF3;
}
</style>