Shades of Medium Orchid #BB75D0
Tints of Medium Orchid #BB75D0
RGB
CMYK
RGB Variations
Color information
#BB75D0 (or 0xBB75D0) is known color: Medium Orchid. HEX triplet: BB, 75 and D0. RGB value is (187,117,208). Sum of RGB (Red+Green+Blue) = 187+117+208=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75D0 is #448A2F. Grayscale: #949494. Windows color (decimal): -4491824 or 13661627. OLE color: 13661627.
HSL color Cylindrical-coordinate representation of color #BB75D0: hue angle of 286.15º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB75D0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 117 | 208 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.18 |
| HSL | 286.15º | 0.49% | 0.64% | - |
| HSV(B) | 286.15º | 0.44% | 0.82% | - |
| XYZ | 38.24 | 27.84 | 63.03 | - |
| YUV | 148.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 208 | 0.10 | 0.44 | 0 | 0.18 | 286.15 | 0.49 | 0.64 |
| Hex | BB | 75 | D0 | A | 2C | 0 | 12 | 11E | 31 | 40 |
| Octal | 273 | 165 | 320 | 12 | 54 | 0 | 22 | 436 | 61 | 100 |
| Binary | 10111011 | 1110101 | 11010000 | 1010 | 101100 | 0 | 10010 | 100011110 | 110001 | 1000000 |
Color Harmonies of #BB75D0
Complementary color
Monochromatic Colors of #BB75D0
Black with #BB75D0
Text Example
Text Example
White with #BB75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75D0; }
p { color: rgb(187,117,208); }
H1.HeaderClassName
{
color: #BB75D0;
}
.AnyTagClassName
{
color: #BB75D0;
}
</style>
background-color css
<style>
a { background-color: #BB75D0; }
a { background-color: rgb(187,117,208); }
div.DivClassName
{
background-color: #BB75D0;
}
.BgClassName
{
background-color: #BB75D0;
}
</style>
border-color css
<style>
span { border-color: #BB75D0; }
span { border-color: rgb(187,117,208); }
td.TdClassName
{
border-color: #BB75D0;
}
.TagClassName
{
border-color: #BB75D0;
}
</style>