Shades of Medium Orchid #B76BCD
Tints of Medium Orchid #B76BCD
RGB
CMYK
RGB Variations
Color information
#B76BCD (or 0xB76BCD) is known color: Medium Orchid. HEX triplet: B7, 6B and CD. RGB value is (183,107,205). Sum of RGB (Red+Green+Blue) = 183+107+205=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B76BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCD is #489432. Grayscale: #8C8C8C. Windows color (decimal): -4756531 or 13462455. OLE color: 13462455.
HSL color Cylindrical-coordinate representation of color #B76BCD: hue angle of 286.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76BCD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 107 | 205 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.20 |
| HSL | 286.53º | 0.49% | 0.61% | - |
| HSV(B) | 286.53º | 0.48% | 0.8% | - |
| XYZ | 35.81 | 24.99 | 60.69 | - |
| YUV | 140.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 205 | 0.11 | 0.48 | 0 | 0.20 | 286.53 | 0.49 | 0.61 |
| Hex | B7 | 6B | CD | B | 30 | 0 | 14 | 11F | 31 | 3D |
| Octal | 267 | 153 | 315 | 13 | 60 | 0 | 24 | 437 | 61 | 75 |
| Binary | 10110111 | 1101011 | 11001101 | 1011 | 110000 | 0 | 10100 | 100011111 | 110001 | 111101 |
Color Harmonies of #B76BCD
Complementary color
Monochromatic Colors of #B76BCD
Black with #B76BCD
Text Example
Text Example
White with #B76BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BCD; }
p { color: rgb(183,107,205); }
H1.HeaderClassName
{
color: #B76BCD;
}
.AnyTagClassName
{
color: #B76BCD;
}
</style>
background-color css
<style>
a { background-color: #B76BCD; }
a { background-color: rgb(183,107,205); }
div.DivClassName
{
background-color: #B76BCD;
}
.BgClassName
{
background-color: #B76BCD;
}
</style>
border-color css
<style>
span { border-color: #B76BCD; }
span { border-color: rgb(183,107,205); }
td.TdClassName
{
border-color: #B76BCD;
}
.TagClassName
{
border-color: #B76BCD;
}
</style>