Shades of Medium Orchid #B967E4
Tints of Medium Orchid #B967E4
RGB
CMYK
RGB Variations
Color information
#B967E4 (or 0xB967E4) is known color: Medium Orchid. HEX triplet: B9, 67 and E4. RGB value is (185,103,228). Sum of RGB (Red+Green+Blue) = 185+103+228=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #B967E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967E4 is #46981B. Grayscale: #8D8D8D. Windows color (decimal): -4626460 or 14968761. OLE color: 14968761.
HSL color Cylindrical-coordinate representation of color #B967E4: hue angle of 279.36º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B967E4 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 103 | 228 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.11 |
| HSL | 279.36º | 0.7% | 0.65% | - |
| HSV(B) | 279.36º | 0.55% | 0.89% | - |
| XYZ | 38.86 | 25.62 | 76.29 | - |
| YUV | 141.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 228 | 0.19 | 0.55 | 0 | 0.11 | 279.36 | 0.7 | 0.65 |
| Hex | B9 | 67 | E4 | 13 | 37 | 0 | B | 117 | 46 | 41 |
| Octal | 271 | 147 | 344 | 23 | 67 | 0 | 13 | 427 | 106 | 101 |
| Binary | 10111001 | 1100111 | 11100100 | 10011 | 110111 | 0 | 1011 | 100010111 | 1000110 | 1000001 |
Color Harmonies of #B967E4
Complementary color
Monochromatic Colors of #B967E4
Black with #B967E4
Text Example
Text Example
White with #B967E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967E4; }
p { color: rgb(185,103,228); }
H1.HeaderClassName
{
color: #B967E4;
}
.AnyTagClassName
{
color: #B967E4;
}
</style>
background-color css
<style>
a { background-color: #B967E4; }
a { background-color: rgb(185,103,228); }
div.DivClassName
{
background-color: #B967E4;
}
.BgClassName
{
background-color: #B967E4;
}
</style>
border-color css
<style>
span { border-color: #B967E4; }
span { border-color: rgb(185,103,228); }
td.TdClassName
{
border-color: #B967E4;
}
.TagClassName
{
border-color: #B967E4;
}
</style>