Shades of Medium Orchid #B974DC
Tints of Medium Orchid #B974DC
RGB
CMYK
RGB Variations
Color information
#B974DC (or 0xB974DC) is known color: Medium Orchid. HEX triplet: B9, 74 and DC. RGB value is (185,116,220). Sum of RGB (Red+Green+Blue) = 185+116+220=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #B974DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974DC is #468B23. Grayscale: #949494. Windows color (decimal): -4623140 or 14447801. OLE color: 14447801.
HSL color Cylindrical-coordinate representation of color #B974DC: hue angle of 279.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B974DC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 116 | 220 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.81º | 0.6% | 0.66% | - |
| HSV(B) | 279.81º | 0.47% | 0.86% | - |
| XYZ | 39.17 | 27.97 | 71.04 | - |
| YUV | 148.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 220 | 0.16 | 0.47 | 0 | 0.14 | 279.81 | 0.6 | 0.66 |
| Hex | B9 | 74 | DC | 10 | 2F | 0 | E | 118 | 3C | 42 |
| Octal | 271 | 164 | 334 | 20 | 57 | 0 | 16 | 430 | 74 | 102 |
| Binary | 10111001 | 1110100 | 11011100 | 10000 | 101111 | 0 | 1110 | 100011000 | 111100 | 1000010 |
Color Harmonies of #B974DC
Complementary color
Monochromatic Colors of #B974DC
Black with #B974DC
Text Example
Text Example
White with #B974DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B974DC; }
p { color: rgb(185,116,220); }
H1.HeaderClassName
{
color: #B974DC;
}
.AnyTagClassName
{
color: #B974DC;
}
</style>
background-color css
<style>
a { background-color: #B974DC; }
a { background-color: rgb(185,116,220); }
div.DivClassName
{
background-color: #B974DC;
}
.BgClassName
{
background-color: #B974DC;
}
</style>
border-color css
<style>
span { border-color: #B974DC; }
span { border-color: rgb(185,116,220); }
td.TdClassName
{
border-color: #B974DC;
}
.TagClassName
{
border-color: #B974DC;
}
</style>