Shades of Medium Orchid #B667EF
Tints of Medium Orchid #B667EF
RGB
CMYK
RGB Variations
Color information
#B667EF (or 0xB667EF) is known color: Medium Orchid. HEX triplet: B6, 67 and EF. RGB value is (182,103,239). Sum of RGB (Red+Green+Blue) = 182+103+239=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #B667EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B667EF is #499810. Grayscale: #8D8D8D. Windows color (decimal): -4823057 or 15689654. OLE color: 15689654.
HSL color Cylindrical-coordinate representation of color #B667EF: hue angle of 274.85º 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 #B667EF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 103 | 239 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.06 |
| HSL | 274.85º | 0.81% | 0.67% | - |
| HSV(B) | 274.85º | 0.57% | 0.94% | - |
| XYZ | 39.72 | 25.88 | 84.56 | - |
| YUV | 142.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 239 | 0.24 | 0.57 | 0 | 0.06 | 274.85 | 0.81 | 0.67 |
| Hex | B6 | 67 | EF | 18 | 39 | 0 | 6 | 113 | 51 | 43 |
| Octal | 266 | 147 | 357 | 30 | 71 | 0 | 6 | 423 | 121 | 103 |
| Binary | 10110110 | 1100111 | 11101111 | 11000 | 111001 | 0 | 110 | 100010011 | 1010001 | 1000011 |
Color Harmonies of #B667EF
Complementary color
Monochromatic Colors of #B667EF
Black with #B667EF
Text Example
Text Example
White with #B667EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667EF; }
p { color: rgb(182,103,239); }
H1.HeaderClassName
{
color: #B667EF;
}
.AnyTagClassName
{
color: #B667EF;
}
</style>
background-color css
<style>
a { background-color: #B667EF; }
a { background-color: rgb(182,103,239); }
div.DivClassName
{
background-color: #B667EF;
}
.BgClassName
{
background-color: #B667EF;
}
</style>
border-color css
<style>
span { border-color: #B667EF; }
span { border-color: rgb(182,103,239); }
td.TdClassName
{
border-color: #B667EF;
}
.TagClassName
{
border-color: #B667EF;
}
</style>