Shades of Medium Orchid #BB74DA
Tints of Medium Orchid #BB74DA
RGB
CMYK
RGB Variations
Color information
#BB74DA (or 0xBB74DA) is known color: Medium Orchid. HEX triplet: BB, 74 and DA. RGB value is (187,116,218). Sum of RGB (Red+Green+Blue) = 187+116+218=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74DA is #448B25. Grayscale: #949494. Windows color (decimal): -4492070 or 14316731. OLE color: 14316731.
HSL color Cylindrical-coordinate representation of color #BB74DA: hue angle of 281.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB74DA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 116 | 218 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.15 |
| HSL | 281.76º | 0.58% | 0.65% | - |
| HSV(B) | 281.76º | 0.47% | 0.85% | - |
| XYZ | 39.39 | 28.12 | 69.68 | - |
| YUV | 148.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 218 | 0.14 | 0.47 | 0 | 0.15 | 281.76 | 0.58 | 0.65 |
| Hex | BB | 74 | DA | E | 2F | 0 | F | 11A | 3A | 41 |
| Octal | 273 | 164 | 332 | 16 | 57 | 0 | 17 | 432 | 72 | 101 |
| Binary | 10111011 | 1110100 | 11011010 | 1110 | 101111 | 0 | 1111 | 100011010 | 111010 | 1000001 |
Color Harmonies of #BB74DA
Complementary color
Monochromatic Colors of #BB74DA
Black with #BB74DA
Text Example
Text Example
White with #BB74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74DA; }
p { color: rgb(187,116,218); }
H1.HeaderClassName
{
color: #BB74DA;
}
.AnyTagClassName
{
color: #BB74DA;
}
</style>
background-color css
<style>
a { background-color: #BB74DA; }
a { background-color: rgb(187,116,218); }
div.DivClassName
{
background-color: #BB74DA;
}
.BgClassName
{
background-color: #BB74DA;
}
</style>
border-color css
<style>
span { border-color: #BB74DA; }
span { border-color: rgb(187,116,218); }
td.TdClassName
{
border-color: #BB74DA;
}
.TagClassName
{
border-color: #BB74DA;
}
</style>