Shades of Medium Orchid #B367D3
Tints of Medium Orchid #B367D3
RGB
CMYK
RGB Variations
Color information
#B367D3 (or 0xB367D3) is known color: Medium Orchid. HEX triplet: B3, 67 and D3. RGB value is (179,103,211). Sum of RGB (Red+Green+Blue) = 179+103+211=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #B367D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367D3 is #4C982C. Grayscale: #898989. Windows color (decimal): -5019693 or 13854643. OLE color: 13854643.
HSL color Cylindrical-coordinate representation of color #B367D3: hue angle of 282.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B367D3 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 103 | 211 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.17 |
| HSL | 282.22º | 0.55% | 0.62% | - |
| HSV(B) | 282.22º | 0.51% | 0.83% | - |
| XYZ | 35.2 | 23.99 | 64.4 | - |
| YUV | 138.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 211 | 0.15 | 0.51 | 0 | 0.17 | 282.22 | 0.55 | 0.62 |
| Hex | B3 | 67 | D3 | F | 33 | 0 | 11 | 11A | 37 | 3E |
| Octal | 263 | 147 | 323 | 17 | 63 | 0 | 21 | 432 | 67 | 76 |
| Binary | 10110011 | 1100111 | 11010011 | 1111 | 110011 | 0 | 10001 | 100011010 | 110111 | 111110 |
Color Harmonies of #B367D3
Complementary color
Monochromatic Colors of #B367D3
Black with #B367D3
Text Example
Text Example
White with #B367D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367D3; }
p { color: rgb(179,103,211); }
H1.HeaderClassName
{
color: #B367D3;
}
.AnyTagClassName
{
color: #B367D3;
}
</style>
background-color css
<style>
a { background-color: #B367D3; }
a { background-color: rgb(179,103,211); }
div.DivClassName
{
background-color: #B367D3;
}
.BgClassName
{
background-color: #B367D3;
}
</style>
border-color css
<style>
span { border-color: #B367D3; }
span { border-color: rgb(179,103,211); }
td.TdClassName
{
border-color: #B367D3;
}
.TagClassName
{
border-color: #B367D3;
}
</style>