Shades of Medium Orchid #B964CA
Tints of Medium Orchid #B964CA
RGB
CMYK
RGB Variations
Color information
#B964CA (or 0xB964CA) is known color: Medium Orchid. HEX triplet: B9, 64 and CA. RGB value is (185,100,202). Sum of RGB (Red+Green+Blue) = 185+100+202=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B964CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964CA is #469B35. Grayscale: #888888. Windows color (decimal): -4627254 or 13264057. OLE color: 13264057.
HSL color Cylindrical-coordinate representation of color #B964CA: hue angle of 290º degrees, saturation: 0.49, 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 #B964CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 100 | 202 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.21 |
| HSL | 290º | 0.49% | 0.59% | - |
| HSV(B) | 290º | 0.5% | 0.79% | - |
| XYZ | 35.23 | 23.69 | 58.59 | - |
| YUV | 137.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 202 | 0.08 | 0.50 | 0 | 0.21 | 290 | 0.49 | 0.59 |
| Hex | B9 | 64 | CA | 8 | 32 | 0 | 15 | 122 | 31 | 3B |
| Octal | 271 | 144 | 312 | 10 | 62 | 0 | 25 | 442 | 61 | 73 |
| Binary | 10111001 | 1100100 | 11001010 | 1000 | 110010 | 0 | 10101 | 100100010 | 110001 | 111011 |
Color Harmonies of #B964CA
Complementary color
Monochromatic Colors of #B964CA
Black with #B964CA
Text Example
Text Example
White with #B964CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B964CA; }
p { color: rgb(185,100,202); }
H1.HeaderClassName
{
color: #B964CA;
}
.AnyTagClassName
{
color: #B964CA;
}
</style>
background-color css
<style>
a { background-color: #B964CA; }
a { background-color: rgb(185,100,202); }
div.DivClassName
{
background-color: #B964CA;
}
.BgClassName
{
background-color: #B964CA;
}
</style>
border-color css
<style>
span { border-color: #B964CA; }
span { border-color: rgb(185,100,202); }
td.TdClassName
{
border-color: #B964CA;
}
.TagClassName
{
border-color: #B964CA;
}
</style>