Shades of Medium Orchid #B767E6
Tints of Medium Orchid #B767E6
RGB
CMYK
RGB Variations
Color information
#B767E6 (or 0xB767E6) is known color: Medium Orchid. HEX triplet: B7, 67 and E6. RGB value is (183,103,230). Sum of RGB (Red+Green+Blue) = 183+103+230=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #B767E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767E6 is #489819. Grayscale: #8C8C8C. Windows color (decimal): -4757530 or 15099831. OLE color: 15099831.
HSL color Cylindrical-coordinate representation of color #B767E6: hue angle of 277.8º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B767E6 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 103 | 230 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.10 |
| HSL | 277.8º | 0.72% | 0.65% | - |
| HSV(B) | 277.8º | 0.55% | 0.9% | - |
| XYZ | 38.66 | 25.48 | 77.74 | - |
| YUV | 141.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 230 | 0.20 | 0.55 | 0 | 0.10 | 277.8 | 0.72 | 0.65 |
| Hex | B7 | 67 | E6 | 14 | 37 | 0 | A | 116 | 48 | 41 |
| Octal | 267 | 147 | 346 | 24 | 67 | 0 | 12 | 426 | 110 | 101 |
| Binary | 10110111 | 1100111 | 11100110 | 10100 | 110111 | 0 | 1010 | 100010110 | 1001000 | 1000001 |
Color Harmonies of #B767E6
Complementary color
Monochromatic Colors of #B767E6
Black with #B767E6
Text Example
Text Example
White with #B767E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767E6; }
p { color: rgb(183,103,230); }
H1.HeaderClassName
{
color: #B767E6;
}
.AnyTagClassName
{
color: #B767E6;
}
</style>
background-color css
<style>
a { background-color: #B767E6; }
a { background-color: rgb(183,103,230); }
div.DivClassName
{
background-color: #B767E6;
}
.BgClassName
{
background-color: #B767E6;
}
</style>
border-color css
<style>
span { border-color: #B767E6; }
span { border-color: rgb(183,103,230); }
td.TdClassName
{
border-color: #B767E6;
}
.TagClassName
{
border-color: #B767E6;
}
</style>