Shades of Medium Orchid #B367C4
Tints of Medium Orchid #B367C4
RGB
CMYK
RGB Variations
Color information
#B367C4 (or 0xB367C4) is known color: Medium Orchid. HEX triplet: B3, 67 and C4. RGB value is (179,103,196). Sum of RGB (Red+Green+Blue) = 179+103+196=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #B367C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367C4 is #4C983B. Grayscale: #888888. Windows color (decimal): -5019708 or 12871603. OLE color: 12871603.
HSL color Cylindrical-coordinate representation of color #B367C4: hue angle of 289.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B367C4 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 103 | 196 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.23 |
| HSL | 289.03º | 0.44% | 0.59% | - |
| HSV(B) | 289.03º | 0.47% | 0.77% | - |
| XYZ | 33.4 | 23.27 | 54.96 | - |
| YUV | 136.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 196 | 0.09 | 0.47 | 0 | 0.23 | 289.03 | 0.44 | 0.59 |
| Hex | B3 | 67 | C4 | 9 | 2F | 0 | 17 | 121 | 2C | 3B |
| Octal | 263 | 147 | 304 | 11 | 57 | 0 | 27 | 441 | 54 | 73 |
| Binary | 10110011 | 1100111 | 11000100 | 1001 | 101111 | 0 | 10111 | 100100001 | 101100 | 111011 |
Color Harmonies of #B367C4
Complementary color
Monochromatic Colors of #B367C4
Black with #B367C4
Text Example
Text Example
White with #B367C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367C4; }
p { color: rgb(179,103,196); }
H1.HeaderClassName
{
color: #B367C4;
}
.AnyTagClassName
{
color: #B367C4;
}
</style>
background-color css
<style>
a { background-color: #B367C4; }
a { background-color: rgb(179,103,196); }
div.DivClassName
{
background-color: #B367C4;
}
.BgClassName
{
background-color: #B367C4;
}
</style>
border-color css
<style>
span { border-color: #B367C4; }
span { border-color: rgb(179,103,196); }
td.TdClassName
{
border-color: #B367C4;
}
.TagClassName
{
border-color: #B367C4;
}
</style>