Shades of Medium Orchid #B767EF
Tints of Medium Orchid #B767EF
RGB
CMYK
RGB Variations
Color information
#B767EF (or 0xB767EF) is known color: Medium Orchid. HEX triplet: B7, 67 and EF. RGB value is (183,103,239). Sum of RGB (Red+Green+Blue) = 183+103+239=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #B767EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767EF is #489810. Grayscale: #8D8D8D. Windows color (decimal): -4757521 or 15689655. OLE color: 15689655.
HSL color Cylindrical-coordinate representation of color #B767EF: hue angle of 275.29º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B767EF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 103 | 239 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.06 |
| HSL | 275.29º | 0.81% | 0.67% | - |
| HSV(B) | 275.29º | 0.57% | 0.94% | - |
| XYZ | 39.96 | 26 | 84.57 | - |
| YUV | 142.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 239 | 0.23 | 0.57 | 0 | 0.06 | 275.29 | 0.81 | 0.67 |
| Hex | B7 | 67 | EF | 17 | 39 | 0 | 6 | 113 | 51 | 43 |
| Octal | 267 | 147 | 357 | 27 | 71 | 0 | 6 | 423 | 121 | 103 |
| Binary | 10110111 | 1100111 | 11101111 | 10111 | 111001 | 0 | 110 | 100010011 | 1010001 | 1000011 |
Color Harmonies of #B767EF
Complementary color
Monochromatic Colors of #B767EF
Black with #B767EF
Text Example
Text Example
White with #B767EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767EF; }
p { color: rgb(183,103,239); }
H1.HeaderClassName
{
color: #B767EF;
}
.AnyTagClassName
{
color: #B767EF;
}
</style>
background-color css
<style>
a { background-color: #B767EF; }
a { background-color: rgb(183,103,239); }
div.DivClassName
{
background-color: #B767EF;
}
.BgClassName
{
background-color: #B767EF;
}
</style>
border-color css
<style>
span { border-color: #B767EF; }
span { border-color: rgb(183,103,239); }
td.TdClassName
{
border-color: #B767EF;
}
.TagClassName
{
border-color: #B767EF;
}
</style>