Shades of Medium Orchid #B757CA
Tints of Medium Orchid #B757CA
RGB
CMYK
RGB Variations
Color information
#B757CA (or 0xB757CA) is known color: Medium Orchid. HEX triplet: B7, 57 and CA. RGB value is (183,87,202). Sum of RGB (Red+Green+Blue) = 183+87+202=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #B757CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757CA is #48A835. Grayscale: #808080. Windows color (decimal): -4761654 or 13260727. OLE color: 13260727.
HSL color Cylindrical-coordinate representation of color #B757CA: hue angle of 290.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B757CA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 87 | 202 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.21 |
| HSL | 290.09º | 0.52% | 0.57% | - |
| HSV(B) | 290.09º | 0.57% | 0.79% | - |
| XYZ | 33.6 | 21.15 | 58.19 | - |
| YUV | 128.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 202 | 0.09 | 0.57 | 0 | 0.21 | 290.09 | 0.52 | 0.57 |
| Hex | B7 | 57 | CA | 9 | 39 | 0 | 15 | 122 | 34 | 39 |
| Octal | 267 | 127 | 312 | 11 | 71 | 0 | 25 | 442 | 64 | 71 |
| Binary | 10110111 | 1010111 | 11001010 | 1001 | 111001 | 0 | 10101 | 100100010 | 110100 | 111001 |
Color Harmonies of #B757CA
Complementary color
Monochromatic Colors of #B757CA
Black with #B757CA
Text Example
Text Example
White with #B757CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B757CA; }
p { color: rgb(183,87,202); }
H1.HeaderClassName
{
color: #B757CA;
}
.AnyTagClassName
{
color: #B757CA;
}
</style>
background-color css
<style>
a { background-color: #B757CA; }
a { background-color: rgb(183,87,202); }
div.DivClassName
{
background-color: #B757CA;
}
.BgClassName
{
background-color: #B757CA;
}
</style>
border-color css
<style>
span { border-color: #B757CA; }
span { border-color: rgb(183,87,202); }
td.TdClassName
{
border-color: #B757CA;
}
.TagClassName
{
border-color: #B757CA;
}
</style>