Shades of Medium Orchid #B764CA
Tints of Medium Orchid #B764CA
RGB
CMYK
RGB Variations
Color information
#B764CA (or 0xB764CA) is known color: Medium Orchid. HEX triplet: B7, 64 and CA. RGB value is (183,100,202). Sum of RGB (Red+Green+Blue) = 183+100+202=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B764CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764CA is #489B35. Grayscale: #888888. Windows color (decimal): -4758326 or 13264055. OLE color: 13264055.
HSL color Cylindrical-coordinate representation of color #B764CA: hue angle of 288.82º 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 #B764CA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 100 | 202 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.21 |
| HSL | 288.82º | 0.49% | 0.59% | - |
| HSV(B) | 288.82º | 0.5% | 0.79% | - |
| XYZ | 34.75 | 23.45 | 58.57 | - |
| YUV | 136.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 202 | 0.09 | 0.50 | 0 | 0.21 | 288.82 | 0.49 | 0.59 |
| Hex | B7 | 64 | CA | 9 | 32 | 0 | 15 | 121 | 31 | 3B |
| Octal | 267 | 144 | 312 | 11 | 62 | 0 | 25 | 441 | 61 | 73 |
| Binary | 10110111 | 1100100 | 11001010 | 1001 | 110010 | 0 | 10101 | 100100001 | 110001 | 111011 |
Color Harmonies of #B764CA
Complementary color
Monochromatic Colors of #B764CA
Black with #B764CA
Text Example
Text Example
White with #B764CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764CA; }
p { color: rgb(183,100,202); }
H1.HeaderClassName
{
color: #B764CA;
}
.AnyTagClassName
{
color: #B764CA;
}
</style>
background-color css
<style>
a { background-color: #B764CA; }
a { background-color: rgb(183,100,202); }
div.DivClassName
{
background-color: #B764CA;
}
.BgClassName
{
background-color: #B764CA;
}
</style>
border-color css
<style>
span { border-color: #B764CA; }
span { border-color: rgb(183,100,202); }
td.TdClassName
{
border-color: #B764CA;
}
.TagClassName
{
border-color: #B764CA;
}
</style>