Shades of Medium Orchid #B767ED
Tints of Medium Orchid #B767ED
RGB
CMYK
RGB Variations
Color information
#B767ED (or 0xB767ED) is known color: Medium Orchid. HEX triplet: B7, 67 and ED. RGB value is (183,103,237). Sum of RGB (Red+Green+Blue) = 183+103+237=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #B767ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767ED is #489812. Grayscale: #8D8D8D. Windows color (decimal): -4757523 or 15558583. OLE color: 15558583.
HSL color Cylindrical-coordinate representation of color #B767ED: hue angle of 275.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B767ED is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 103 | 237 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.07 |
| HSL | 275.82º | 0.79% | 0.67% | - |
| HSV(B) | 275.82º | 0.57% | 0.93% | - |
| XYZ | 39.66 | 25.88 | 83.03 | - |
| YUV | 142.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 237 | 0.23 | 0.57 | 0 | 0.07 | 275.82 | 0.79 | 0.67 |
| Hex | B7 | 67 | ED | 17 | 39 | 0 | 7 | 114 | 4F | 43 |
| Octal | 267 | 147 | 355 | 27 | 71 | 0 | 7 | 424 | 117 | 103 |
| Binary | 10110111 | 1100111 | 11101101 | 10111 | 111001 | 0 | 111 | 100010100 | 1001111 | 1000011 |
Color Harmonies of #B767ED
Complementary color
Monochromatic Colors of #B767ED
Black with #B767ED
Text Example
Text Example
White with #B767ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767ED; }
p { color: rgb(183,103,237); }
H1.HeaderClassName
{
color: #B767ED;
}
.AnyTagClassName
{
color: #B767ED;
}
</style>
background-color css
<style>
a { background-color: #B767ED; }
a { background-color: rgb(183,103,237); }
div.DivClassName
{
background-color: #B767ED;
}
.BgClassName
{
background-color: #B767ED;
}
</style>
border-color css
<style>
span { border-color: #B767ED; }
span { border-color: rgb(183,103,237); }
td.TdClassName
{
border-color: #B767ED;
}
.TagClassName
{
border-color: #B767ED;
}
</style>