Shades of Medium Orchid #B363DA
Tints of Medium Orchid #B363DA
RGB
CMYK
RGB Variations
Color information
#B363DA (or 0xB363DA) is known color: Medium Orchid. HEX triplet: B3, 63 and DA. RGB value is (179,99,218). Sum of RGB (Red+Green+Blue) = 179+99+218=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #B363DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363DA is #4C9C25. Grayscale: #888888. Windows color (decimal): -5020710 or 14312371. OLE color: 14312371.
HSL color Cylindrical-coordinate representation of color #B363DA: hue angle of 280.34º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B363DA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 99 | 218 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.15 |
| HSL | 280.34º | 0.62% | 0.62% | - |
| HSV(B) | 280.34º | 0.55% | 0.85% | - |
| XYZ | 35.71 | 23.57 | 69 | - |
| YUV | 136.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 218 | 0.18 | 0.55 | 0 | 0.15 | 280.34 | 0.62 | 0.62 |
| Hex | B3 | 63 | DA | 12 | 37 | 0 | F | 118 | 3E | 3E |
| Octal | 263 | 143 | 332 | 22 | 67 | 0 | 17 | 430 | 76 | 76 |
| Binary | 10110011 | 1100011 | 11011010 | 10010 | 110111 | 0 | 1111 | 100011000 | 111110 | 111110 |
Color Harmonies of #B363DA
Complementary color
Monochromatic Colors of #B363DA
Black with #B363DA
Text Example
Text Example
White with #B363DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363DA; }
p { color: rgb(179,99,218); }
H1.HeaderClassName
{
color: #B363DA;
}
.AnyTagClassName
{
color: #B363DA;
}
</style>
background-color css
<style>
a { background-color: #B363DA; }
a { background-color: rgb(179,99,218); }
div.DivClassName
{
background-color: #B363DA;
}
.BgClassName
{
background-color: #B363DA;
}
</style>
border-color css
<style>
span { border-color: #B363DA; }
span { border-color: rgb(179,99,218); }
td.TdClassName
{
border-color: #B363DA;
}
.TagClassName
{
border-color: #B363DA;
}
</style>