Shades of Medium Orchid #B762DC
Tints of Medium Orchid #B762DC
RGB
CMYK
RGB Variations
Color information
#B762DC (or 0xB762DC) is known color: Medium Orchid. HEX triplet: B7, 62 and DC. RGB value is (183,98,220). Sum of RGB (Red+Green+Blue) = 183+98+220=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B762DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762DC is #489D23. Grayscale: #888888. Windows color (decimal): -4758820 or 14443191. OLE color: 14443191.
HSL color Cylindrical-coordinate representation of color #B762DC: hue angle of 281.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B762DC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 98 | 220 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.14 |
| HSL | 281.8º | 0.64% | 0.62% | - |
| HSV(B) | 281.8º | 0.55% | 0.86% | - |
| XYZ | 36.81 | 23.97 | 70.4 | - |
| YUV | 137.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 220 | 0.17 | 0.55 | 0 | 0.14 | 281.8 | 0.64 | 0.62 |
| Hex | B7 | 62 | DC | 11 | 37 | 0 | E | 11A | 40 | 3E |
| Octal | 267 | 142 | 334 | 21 | 67 | 0 | 16 | 432 | 100 | 76 |
| Binary | 10110111 | 1100010 | 11011100 | 10001 | 110111 | 0 | 1110 | 100011010 | 1000000 | 111110 |
Color Harmonies of #B762DC
Complementary color
Monochromatic Colors of #B762DC
Black with #B762DC
Text Example
Text Example
White with #B762DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762DC; }
p { color: rgb(183,98,220); }
H1.HeaderClassName
{
color: #B762DC;
}
.AnyTagClassName
{
color: #B762DC;
}
</style>
background-color css
<style>
a { background-color: #B762DC; }
a { background-color: rgb(183,98,220); }
div.DivClassName
{
background-color: #B762DC;
}
.BgClassName
{
background-color: #B762DC;
}
</style>
border-color css
<style>
span { border-color: #B762DC; }
span { border-color: rgb(183,98,220); }
td.TdClassName
{
border-color: #B762DC;
}
.TagClassName
{
border-color: #B762DC;
}
</style>