Shades of Medium Orchid #B767D0
Tints of Medium Orchid #B767D0
RGB
CMYK
RGB Variations
Color information
#B767D0 (or 0xB767D0) is known color: Medium Orchid. HEX triplet: B7, 67 and D0. RGB value is (183,103,208). Sum of RGB (Red+Green+Blue) = 183+103+208=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #B767D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767D0 is #48982F. Grayscale: #8A8A8A. Windows color (decimal): -4757552 or 13658039. OLE color: 13658039.
HSL color Cylindrical-coordinate representation of color #B767D0: hue angle of 285.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B767D0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 103 | 208 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.18 |
| HSL | 285.71º | 0.53% | 0.61% | - |
| HSV(B) | 285.71º | 0.5% | 0.82% | - |
| XYZ | 35.76 | 24.32 | 62.48 | - |
| YUV | 138.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 208 | 0.12 | 0.50 | 0 | 0.18 | 285.71 | 0.53 | 0.61 |
| Hex | B7 | 67 | D0 | C | 32 | 0 | 12 | 11E | 35 | 3D |
| Octal | 267 | 147 | 320 | 14 | 62 | 0 | 22 | 436 | 65 | 75 |
| Binary | 10110111 | 1100111 | 11010000 | 1100 | 110010 | 0 | 10010 | 100011110 | 110101 | 111101 |
Color Harmonies of #B767D0
Complementary color
Monochromatic Colors of #B767D0
Black with #B767D0
Text Example
Text Example
White with #B767D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767D0; }
p { color: rgb(183,103,208); }
H1.HeaderClassName
{
color: #B767D0;
}
.AnyTagClassName
{
color: #B767D0;
}
</style>
background-color css
<style>
a { background-color: #B767D0; }
a { background-color: rgb(183,103,208); }
div.DivClassName
{
background-color: #B767D0;
}
.BgClassName
{
background-color: #B767D0;
}
</style>
border-color css
<style>
span { border-color: #B767D0; }
span { border-color: rgb(183,103,208); }
td.TdClassName
{
border-color: #B767D0;
}
.TagClassName
{
border-color: #B767D0;
}
</style>