Shades of Medium Orchid #B367EE
Tints of Medium Orchid #B367EE
RGB
CMYK
RGB Variations
Color information
#B367EE (or 0xB367EE) is known color: Medium Orchid. HEX triplet: B3, 67 and EE. RGB value is (179,103,238). Sum of RGB (Red+Green+Blue) = 179+103+238=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #B367EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367EE is #4C9811. Grayscale: #8C8C8C. Windows color (decimal): -5019666 or 15624115. OLE color: 15624115.
HSL color Cylindrical-coordinate representation of color #B367EE: hue angle of 273.78º 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 #B367EE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 103 | 238 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.07 |
| HSL | 273.78º | 0.8% | 0.67% | - |
| HSV(B) | 273.78º | 0.57% | 0.93% | - |
| XYZ | 38.87 | 25.46 | 83.75 | - |
| YUV | 141.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 238 | 0.25 | 0.57 | 0 | 0.07 | 273.78 | 0.8 | 0.67 |
| Hex | B3 | 67 | EE | 19 | 39 | 0 | 7 | 112 | 50 | 43 |
| Octal | 263 | 147 | 356 | 31 | 71 | 0 | 7 | 422 | 120 | 103 |
| Binary | 10110011 | 1100111 | 11101110 | 11001 | 111001 | 0 | 111 | 100010010 | 1010000 | 1000011 |
Color Harmonies of #B367EE
Complementary color
Monochromatic Colors of #B367EE
Black with #B367EE
Text Example
Text Example
White with #B367EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367EE; }
p { color: rgb(179,103,238); }
H1.HeaderClassName
{
color: #B367EE;
}
.AnyTagClassName
{
color: #B367EE;
}
</style>
background-color css
<style>
a { background-color: #B367EE; }
a { background-color: rgb(179,103,238); }
div.DivClassName
{
background-color: #B367EE;
}
.BgClassName
{
background-color: #B367EE;
}
</style>
border-color css
<style>
span { border-color: #B367EE; }
span { border-color: rgb(179,103,238); }
td.TdClassName
{
border-color: #B367EE;
}
.TagClassName
{
border-color: #B367EE;
}
</style>