Shades of Medium Orchid #B961C8
Tints of Medium Orchid #B961C8
RGB
CMYK
RGB Variations
Color information
#B961C8 (or 0xB961C8) is known color: Medium Orchid. HEX triplet: B9, 61 and C8. RGB value is (185,97,200). Sum of RGB (Red+Green+Blue) = 185+97+200=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #B961C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C8 is #469E37. Grayscale: #868686. Windows color (decimal): -4628024 or 13132217. OLE color: 13132217.
HSL color Cylindrical-coordinate representation of color #B961C8: hue angle of 291.26º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B961C8 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 97 | 200 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.22 |
| HSL | 291.26º | 0.48% | 0.58% | - |
| HSV(B) | 291.26º | 0.52% | 0.78% | - |
| XYZ | 34.71 | 23.03 | 57.26 | - |
| YUV | 135.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 200 | 0.08 | 0.52 | 0 | 0.22 | 291.26 | 0.48 | 0.58 |
| Hex | B9 | 61 | C8 | 8 | 34 | 0 | 16 | 123 | 30 | 3A |
| Octal | 271 | 141 | 310 | 10 | 64 | 0 | 26 | 443 | 60 | 72 |
| Binary | 10111001 | 1100001 | 11001000 | 1000 | 110100 | 0 | 10110 | 100100011 | 110000 | 111010 |
Color Harmonies of #B961C8
Complementary color
Monochromatic Colors of #B961C8
Black with #B961C8
Text Example
Text Example
White with #B961C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961C8; }
p { color: rgb(185,97,200); }
H1.HeaderClassName
{
color: #B961C8;
}
.AnyTagClassName
{
color: #B961C8;
}
</style>
background-color css
<style>
a { background-color: #B961C8; }
a { background-color: rgb(185,97,200); }
div.DivClassName
{
background-color: #B961C8;
}
.BgClassName
{
background-color: #B961C8;
}
</style>
border-color css
<style>
span { border-color: #B961C8; }
span { border-color: rgb(185,97,200); }
td.TdClassName
{
border-color: #B961C8;
}
.TagClassName
{
border-color: #B961C8;
}
</style>