Shades of Medium Orchid #B76BCE
Tints of Medium Orchid #B76BCE
RGB
CMYK
RGB Variations
Color information
#B76BCE (or 0xB76BCE) is known color: Medium Orchid. HEX triplet: B7, 6B and CE. RGB value is (183,107,206). Sum of RGB (Red+Green+Blue) = 183+107+206=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B76BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCE is #489431. Grayscale: #8C8C8C. Windows color (decimal): -4756530 or 13527991. OLE color: 13527991.
HSL color Cylindrical-coordinate representation of color #B76BCE: hue angle of 286.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76BCE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 107 | 206 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.19 |
| HSL | 286.06º | 0.5% | 0.61% | - |
| HSV(B) | 286.06º | 0.48% | 0.81% | - |
| XYZ | 35.93 | 25.04 | 61.33 | - |
| YUV | 141.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 206 | 0.11 | 0.48 | 0 | 0.19 | 286.06 | 0.5 | 0.61 |
| Hex | B7 | 6B | CE | B | 30 | 0 | 13 | 11E | 32 | 3D |
| Octal | 267 | 153 | 316 | 13 | 60 | 0 | 23 | 436 | 62 | 75 |
| Binary | 10110111 | 1101011 | 11001110 | 1011 | 110000 | 0 | 10011 | 100011110 | 110010 | 111101 |
Color Harmonies of #B76BCE
Complementary color
Monochromatic Colors of #B76BCE
Black with #B76BCE
Text Example
Text Example
White with #B76BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BCE; }
p { color: rgb(183,107,206); }
H1.HeaderClassName
{
color: #B76BCE;
}
.AnyTagClassName
{
color: #B76BCE;
}
</style>
background-color css
<style>
a { background-color: #B76BCE; }
a { background-color: rgb(183,107,206); }
div.DivClassName
{
background-color: #B76BCE;
}
.BgClassName
{
background-color: #B76BCE;
}
</style>
border-color css
<style>
span { border-color: #B76BCE; }
span { border-color: rgb(183,107,206); }
td.TdClassName
{
border-color: #B76BCE;
}
.TagClassName
{
border-color: #B76BCE;
}
</style>