Shades of Medium Orchid #B367CE
Tints of Medium Orchid #B367CE
RGB
CMYK
RGB Variations
Color information
#B367CE (or 0xB367CE) is known color: Medium Orchid. HEX triplet: B3, 67 and CE. RGB value is (179,103,206). Sum of RGB (Red+Green+Blue) = 179+103+206=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #B367CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367CE is #4C9831. Grayscale: #898989. Windows color (decimal): -5019698 or 13526963. OLE color: 13526963.
HSL color Cylindrical-coordinate representation of color #B367CE: hue angle of 284.27º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B367CE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 103 | 206 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.19 |
| HSL | 284.27º | 0.51% | 0.61% | - |
| HSV(B) | 284.27º | 0.5% | 0.81% | - |
| XYZ | 34.58 | 23.74 | 61.15 | - |
| YUV | 137.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 206 | 0.13 | 0.50 | 0 | 0.19 | 284.27 | 0.51 | 0.61 |
| Hex | B3 | 67 | CE | D | 32 | 0 | 13 | 11C | 33 | 3D |
| Octal | 263 | 147 | 316 | 15 | 62 | 0 | 23 | 434 | 63 | 75 |
| Binary | 10110011 | 1100111 | 11001110 | 1101 | 110010 | 0 | 10011 | 100011100 | 110011 | 111101 |
Color Harmonies of #B367CE
Complementary color
Monochromatic Colors of #B367CE
Black with #B367CE
Text Example
Text Example
White with #B367CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367CE; }
p { color: rgb(179,103,206); }
H1.HeaderClassName
{
color: #B367CE;
}
.AnyTagClassName
{
color: #B367CE;
}
</style>
background-color css
<style>
a { background-color: #B367CE; }
a { background-color: rgb(179,103,206); }
div.DivClassName
{
background-color: #B367CE;
}
.BgClassName
{
background-color: #B367CE;
}
</style>
border-color css
<style>
span { border-color: #B367CE; }
span { border-color: rgb(179,103,206); }
td.TdClassName
{
border-color: #B367CE;
}
.TagClassName
{
border-color: #B367CE;
}
</style>