Shades of Medium Orchid #BB74D1
Tints of Medium Orchid #BB74D1
RGB
CMYK
RGB Variations
Color information
#BB74D1 (or 0xBB74D1) is known color: Medium Orchid. HEX triplet: BB, 74 and D1. RGB value is (187,116,209). Sum of RGB (Red+Green+Blue) = 187+116+209=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74D1 is #448B2E. Grayscale: #939393. Windows color (decimal): -4492079 or 13726907. OLE color: 13726907.
HSL color Cylindrical-coordinate representation of color #BB74D1: hue angle of 285.81º degrees, saturation: 0.5, 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 #BB74D1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 116 | 209 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.18 |
| HSL | 285.81º | 0.5% | 0.64% | - |
| HSV(B) | 285.81º | 0.44% | 0.82% | - |
| XYZ | 38.25 | 27.66 | 63.64 | - |
| YUV | 147.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 209 | 0.11 | 0.44 | 0 | 0.18 | 285.81 | 0.5 | 0.64 |
| Hex | BB | 74 | D1 | B | 2C | 0 | 12 | 11E | 32 | 40 |
| Octal | 273 | 164 | 321 | 13 | 54 | 0 | 22 | 436 | 62 | 100 |
| Binary | 10111011 | 1110100 | 11010001 | 1011 | 101100 | 0 | 10010 | 100011110 | 110010 | 1000000 |
Color Harmonies of #BB74D1
Complementary color
Monochromatic Colors of #BB74D1
Black with #BB74D1
Text Example
Text Example
White with #BB74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74D1; }
p { color: rgb(187,116,209); }
H1.HeaderClassName
{
color: #BB74D1;
}
.AnyTagClassName
{
color: #BB74D1;
}
</style>
background-color css
<style>
a { background-color: #BB74D1; }
a { background-color: rgb(187,116,209); }
div.DivClassName
{
background-color: #BB74D1;
}
.BgClassName
{
background-color: #BB74D1;
}
</style>
border-color css
<style>
span { border-color: #BB74D1; }
span { border-color: rgb(187,116,209); }
td.TdClassName
{
border-color: #BB74D1;
}
.TagClassName
{
border-color: #BB74D1;
}
</style>