Shades of Medium Orchid #B367DA
Tints of Medium Orchid #B367DA
RGB
CMYK
RGB Variations
Color information
#B367DA (or 0xB367DA) is known color: Medium Orchid. HEX triplet: B3, 67 and DA. RGB value is (179,103,218). Sum of RGB (Red+Green+Blue) = 179+103+218=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B367DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367DA is #4C9825. Grayscale: #8A8A8A. Windows color (decimal): -5019686 or 14313395. OLE color: 14313395.
HSL color Cylindrical-coordinate representation of color #B367DA: hue angle of 279.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B367DA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 103 | 218 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.15 |
| HSL | 279.65º | 0.61% | 0.63% | - |
| HSV(B) | 279.65º | 0.53% | 0.85% | - |
| XYZ | 36.1 | 24.35 | 69.13 | - |
| YUV | 138.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 218 | 0.18 | 0.53 | 0 | 0.15 | 279.65 | 0.61 | 0.63 |
| Hex | B3 | 67 | DA | 12 | 35 | 0 | F | 118 | 3D | 3F |
| Octal | 263 | 147 | 332 | 22 | 65 | 0 | 17 | 430 | 75 | 77 |
| Binary | 10110011 | 1100111 | 11011010 | 10010 | 110101 | 0 | 1111 | 100011000 | 111101 | 111111 |
Color Harmonies of #B367DA
Complementary color
Monochromatic Colors of #B367DA
Black with #B367DA
Text Example
Text Example
White with #B367DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367DA; }
p { color: rgb(179,103,218); }
H1.HeaderClassName
{
color: #B367DA;
}
.AnyTagClassName
{
color: #B367DA;
}
</style>
background-color css
<style>
a { background-color: #B367DA; }
a { background-color: rgb(179,103,218); }
div.DivClassName
{
background-color: #B367DA;
}
.BgClassName
{
background-color: #B367DA;
}
</style>
border-color css
<style>
span { border-color: #B367DA; }
span { border-color: rgb(179,103,218); }
td.TdClassName
{
border-color: #B367DA;
}
.TagClassName
{
border-color: #B367DA;
}
</style>