Shades of Medium Orchid #BB75E7
Tints of Medium Orchid #BB75E7
RGB
CMYK
RGB Variations
Color information
#BB75E7 (or 0xBB75E7) is known color: Medium Orchid. HEX triplet: BB, 75 and E7. RGB value is (187,117,231). Sum of RGB (Red+Green+Blue) = 187+117+231=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75E7 is #448A18. Grayscale: #969696. Windows color (decimal): -4491801 or 15168955. OLE color: 15168955.
HSL color Cylindrical-coordinate representation of color #BB75E7: hue angle of 276.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB75E7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 117 | 231 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.09 |
| HSL | 276.84º | 0.7% | 0.68% | - |
| HSV(B) | 276.84º | 0.49% | 0.91% | - |
| XYZ | 41.28 | 29.06 | 79.03 | - |
| YUV | 150.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 231 | 0.19 | 0.49 | 0 | 0.09 | 276.84 | 0.7 | 0.68 |
| Hex | BB | 75 | E7 | 13 | 31 | 0 | 9 | 115 | 46 | 44 |
| Octal | 273 | 165 | 347 | 23 | 61 | 0 | 11 | 425 | 106 | 104 |
| Binary | 10111011 | 1110101 | 11100111 | 10011 | 110001 | 0 | 1001 | 100010101 | 1000110 | 1000100 |
Color Harmonies of #BB75E7
Complementary color
Monochromatic Colors of #BB75E7
Black with #BB75E7
Text Example
Text Example
White with #BB75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75E7; }
p { color: rgb(187,117,231); }
H1.HeaderClassName
{
color: #BB75E7;
}
.AnyTagClassName
{
color: #BB75E7;
}
</style>
background-color css
<style>
a { background-color: #BB75E7; }
a { background-color: rgb(187,117,231); }
div.DivClassName
{
background-color: #BB75E7;
}
.BgClassName
{
background-color: #BB75E7;
}
</style>
border-color css
<style>
span { border-color: #BB75E7; }
span { border-color: rgb(187,117,231); }
td.TdClassName
{
border-color: #BB75E7;
}
.TagClassName
{
border-color: #BB75E7;
}
</style>