Shades of Medium Orchid #B967E6
Tints of Medium Orchid #B967E6
RGB
CMYK
RGB Variations
Color information
#B967E6 (or 0xB967E6) is known color: Medium Orchid. HEX triplet: B9, 67 and E6. RGB value is (185,103,230). Sum of RGB (Red+Green+Blue) = 185+103+230=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #B967E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967E6 is #469819. Grayscale: #8D8D8D. Windows color (decimal): -4626458 or 15099833. OLE color: 15099833.
HSL color Cylindrical-coordinate representation of color #B967E6: hue angle of 278.74º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B967E6 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 103 | 230 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.10 |
| HSL | 278.74º | 0.72% | 0.65% | - |
| HSV(B) | 278.74º | 0.55% | 0.9% | - |
| XYZ | 39.14 | 25.73 | 77.77 | - |
| YUV | 142 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 230 | 0.20 | 0.55 | 0 | 0.10 | 278.74 | 0.72 | 0.65 |
| Hex | B9 | 67 | E6 | 14 | 37 | 0 | A | 117 | 48 | 41 |
| Octal | 271 | 147 | 346 | 24 | 67 | 0 | 12 | 427 | 110 | 101 |
| Binary | 10111001 | 1100111 | 11100110 | 10100 | 110111 | 0 | 1010 | 100010111 | 1001000 | 1000001 |
Color Harmonies of #B967E6
Complementary color
Monochromatic Colors of #B967E6
Black with #B967E6
Text Example
Text Example
White with #B967E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967E6; }
p { color: rgb(185,103,230); }
H1.HeaderClassName
{
color: #B967E6;
}
.AnyTagClassName
{
color: #B967E6;
}
</style>
background-color css
<style>
a { background-color: #B967E6; }
a { background-color: rgb(185,103,230); }
div.DivClassName
{
background-color: #B967E6;
}
.BgClassName
{
background-color: #B967E6;
}
</style>
border-color css
<style>
span { border-color: #B967E6; }
span { border-color: rgb(185,103,230); }
td.TdClassName
{
border-color: #B967E6;
}
.TagClassName
{
border-color: #B967E6;
}
</style>