Shades of Medium Orchid #BB75DF
Tints of Medium Orchid #BB75DF
RGB
CMYK
RGB Variations
Color information
#BB75DF (or 0xBB75DF) is known color: Medium Orchid. HEX triplet: BB, 75 and DF. RGB value is (187,117,223). Sum of RGB (Red+Green+Blue) = 187+117+223=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75DF is #448A20. Grayscale: #959595. Windows color (decimal): -4491809 or 14644667. OLE color: 14644667.
HSL color Cylindrical-coordinate representation of color #BB75DF: hue angle of 279.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB75DF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 117 | 223 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 279.62º | 0.62% | 0.67% | - |
| HSV(B) | 279.62º | 0.48% | 0.87% | - |
| XYZ | 40.17 | 28.62 | 73.22 | - |
| YUV | 150.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 223 | 0.16 | 0.48 | 0 | 0.13 | 279.62 | 0.62 | 0.67 |
| Hex | BB | 75 | DF | 10 | 30 | 0 | D | 118 | 3E | 43 |
| Octal | 273 | 165 | 337 | 20 | 60 | 0 | 15 | 430 | 76 | 103 |
| Binary | 10111011 | 1110101 | 11011111 | 10000 | 110000 | 0 | 1101 | 100011000 | 111110 | 1000011 |
Color Harmonies of #BB75DF
Complementary color
Monochromatic Colors of #BB75DF
Black with #BB75DF
Text Example
Text Example
White with #BB75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75DF; }
p { color: rgb(187,117,223); }
H1.HeaderClassName
{
color: #BB75DF;
}
.AnyTagClassName
{
color: #BB75DF;
}
</style>
background-color css
<style>
a { background-color: #BB75DF; }
a { background-color: rgb(187,117,223); }
div.DivClassName
{
background-color: #BB75DF;
}
.BgClassName
{
background-color: #BB75DF;
}
</style>
border-color css
<style>
span { border-color: #BB75DF; }
span { border-color: rgb(187,117,223); }
td.TdClassName
{
border-color: #BB75DF;
}
.TagClassName
{
border-color: #BB75DF;
}
</style>