Shades of Medium Orchid #B964C9
Tints of Medium Orchid #B964C9
RGB
CMYK
RGB Variations
Color information
#B964C9 (or 0xB964C9) is known color: Medium Orchid. HEX triplet: B9, 64 and C9. RGB value is (185,100,201). Sum of RGB (Red+Green+Blue) = 185+100+201=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #B964C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964C9 is #469B36. Grayscale: #888888. Windows color (decimal): -4627255 or 13198521. OLE color: 13198521.
HSL color Cylindrical-coordinate representation of color #B964C9: hue angle of 290.5º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B964C9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 100 | 201 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.21 |
| HSL | 290.5º | 0.48% | 0.59% | - |
| HSV(B) | 290.5º | 0.5% | 0.79% | - |
| XYZ | 35.11 | 23.65 | 57.97 | - |
| YUV | 136.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 201 | 0.08 | 0.50 | 0 | 0.21 | 290.5 | 0.48 | 0.59 |
| Hex | B9 | 64 | C9 | 8 | 32 | 0 | 15 | 122 | 30 | 3B |
| Octal | 271 | 144 | 311 | 10 | 62 | 0 | 25 | 442 | 60 | 73 |
| Binary | 10111001 | 1100100 | 11001001 | 1000 | 110010 | 0 | 10101 | 100100010 | 110000 | 111011 |
Color Harmonies of #B964C9
Complementary color
Monochromatic Colors of #B964C9
Black with #B964C9
Text Example
Text Example
White with #B964C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B964C9; }
p { color: rgb(185,100,201); }
H1.HeaderClassName
{
color: #B964C9;
}
.AnyTagClassName
{
color: #B964C9;
}
</style>
background-color css
<style>
a { background-color: #B964C9; }
a { background-color: rgb(185,100,201); }
div.DivClassName
{
background-color: #B964C9;
}
.BgClassName
{
background-color: #B964C9;
}
</style>
border-color css
<style>
span { border-color: #B964C9; }
span { border-color: rgb(185,100,201); }
td.TdClassName
{
border-color: #B964C9;
}
.TagClassName
{
border-color: #B964C9;
}
</style>