Shades of Medium Orchid #B367D2
Tints of Medium Orchid #B367D2
RGB
CMYK
RGB Variations
Color information
#B367D2 (or 0xB367D2) is known color: Medium Orchid. HEX triplet: B3, 67 and D2. RGB value is (179,103,210). Sum of RGB (Red+Green+Blue) = 179+103+210=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #B367D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367D2 is #4C982D. Grayscale: #898989. Windows color (decimal): -5019694 or 13789107. OLE color: 13789107.
HSL color Cylindrical-coordinate representation of color #B367D2: hue angle of 282.62º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B367D2 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 103 | 210 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.18 |
| HSL | 282.62º | 0.54% | 0.61% | - |
| HSV(B) | 282.62º | 0.51% | 0.82% | - |
| XYZ | 35.07 | 23.94 | 63.74 | - |
| YUV | 137.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 210 | 0.15 | 0.51 | 0 | 0.18 | 282.62 | 0.54 | 0.61 |
| Hex | B3 | 67 | D2 | F | 33 | 0 | 12 | 11B | 36 | 3D |
| Octal | 263 | 147 | 322 | 17 | 63 | 0 | 22 | 433 | 66 | 75 |
| Binary | 10110011 | 1100111 | 11010010 | 1111 | 110011 | 0 | 10010 | 100011011 | 110110 | 111101 |
Color Harmonies of #B367D2
Complementary color
Monochromatic Colors of #B367D2
Black with #B367D2
Text Example
Text Example
White with #B367D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367D2; }
p { color: rgb(179,103,210); }
H1.HeaderClassName
{
color: #B367D2;
}
.AnyTagClassName
{
color: #B367D2;
}
</style>
background-color css
<style>
a { background-color: #B367D2; }
a { background-color: rgb(179,103,210); }
div.DivClassName
{
background-color: #B367D2;
}
.BgClassName
{
background-color: #B367D2;
}
</style>
border-color css
<style>
span { border-color: #B367D2; }
span { border-color: rgb(179,103,210); }
td.TdClassName
{
border-color: #B367D2;
}
.TagClassName
{
border-color: #B367D2;
}
</style>