Shades of Medium Orchid #B762CF
Tints of Medium Orchid #B762CF
RGB
CMYK
RGB Variations
Color information
#B762CF (or 0xB762CF) is known color: Medium Orchid. HEX triplet: B7, 62 and CF. RGB value is (183,98,207). Sum of RGB (Red+Green+Blue) = 183+98+207=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B762CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762CF is #489D30. Grayscale: #878787. Windows color (decimal): -4758833 or 13591223. OLE color: 13591223.
HSL color Cylindrical-coordinate representation of color #B762CF: hue angle of 286.79º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B762CF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 98 | 207 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.19 |
| HSL | 286.79º | 0.53% | 0.6% | - |
| HSV(B) | 286.79º | 0.53% | 0.81% | - |
| XYZ | 35.16 | 23.31 | 61.68 | - |
| YUV | 135.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 207 | 0.12 | 0.53 | 0 | 0.19 | 286.79 | 0.53 | 0.6 |
| Hex | B7 | 62 | CF | C | 35 | 0 | 13 | 11F | 35 | 3C |
| Octal | 267 | 142 | 317 | 14 | 65 | 0 | 23 | 437 | 65 | 74 |
| Binary | 10110111 | 1100010 | 11001111 | 1100 | 110101 | 0 | 10011 | 100011111 | 110101 | 111100 |
Color Harmonies of #B762CF
Complementary color
Monochromatic Colors of #B762CF
Black with #B762CF
Text Example
Text Example
White with #B762CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762CF; }
p { color: rgb(183,98,207); }
H1.HeaderClassName
{
color: #B762CF;
}
.AnyTagClassName
{
color: #B762CF;
}
</style>
background-color css
<style>
a { background-color: #B762CF; }
a { background-color: rgb(183,98,207); }
div.DivClassName
{
background-color: #B762CF;
}
.BgClassName
{
background-color: #B762CF;
}
</style>
border-color css
<style>
span { border-color: #B762CF; }
span { border-color: rgb(183,98,207); }
td.TdClassName
{
border-color: #B762CF;
}
.TagClassName
{
border-color: #B762CF;
}
</style>