Shades of Medium Orchid #B667EE
Tints of Medium Orchid #B667EE
RGB
CMYK
RGB Variations
Color information
#B667EE (or 0xB667EE) is known color: Medium Orchid. HEX triplet: B6, 67 and EE. RGB value is (182,103,238). Sum of RGB (Red+Green+Blue) = 182+103+238=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #B667EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B667EE is #499811. Grayscale: #8D8D8D. Windows color (decimal): -4823058 or 15624118. OLE color: 15624118.
HSL color Cylindrical-coordinate representation of color #B667EE: hue angle of 275.11º degrees, saturation: 0.8, 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 #B667EE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 103 | 238 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.07 |
| HSL | 275.11º | 0.8% | 0.67% | - |
| HSV(B) | 275.11º | 0.57% | 0.93% | - |
| XYZ | 39.57 | 25.82 | 83.79 | - |
| YUV | 142.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 238 | 0.24 | 0.57 | 0 | 0.07 | 275.11 | 0.8 | 0.67 |
| Hex | B6 | 67 | EE | 18 | 39 | 0 | 7 | 113 | 50 | 43 |
| Octal | 266 | 147 | 356 | 30 | 71 | 0 | 7 | 423 | 120 | 103 |
| Binary | 10110110 | 1100111 | 11101110 | 11000 | 111001 | 0 | 111 | 100010011 | 1010000 | 1000011 |
Color Harmonies of #B667EE
Complementary color
Monochromatic Colors of #B667EE
Black with #B667EE
Text Example
Text Example
White with #B667EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667EE; }
p { color: rgb(182,103,238); }
H1.HeaderClassName
{
color: #B667EE;
}
.AnyTagClassName
{
color: #B667EE;
}
</style>
background-color css
<style>
a { background-color: #B667EE; }
a { background-color: rgb(182,103,238); }
div.DivClassName
{
background-color: #B667EE;
}
.BgClassName
{
background-color: #B667EE;
}
</style>
border-color css
<style>
span { border-color: #B667EE; }
span { border-color: rgb(182,103,238); }
td.TdClassName
{
border-color: #B667EE;
}
.TagClassName
{
border-color: #B667EE;
}
</style>