Shades of Medium Orchid #B245DA
Tints of Medium Orchid #B245DA
RGB
CMYK
RGB Variations
Color information
#B245DA (or 0xB245DA) is known color: Medium Orchid. HEX triplet: B2, 45 and DA. RGB value is (178,69,218). Sum of RGB (Red+Green+Blue) = 178+69+218=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B245DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245DA is #4DBA25. Grayscale: #767676. Windows color (decimal): -5093926 or 14304690. OLE color: 14304690.
HSL color Cylindrical-coordinate representation of color #B245DA: hue angle of 283.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B245DA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 69 | 218 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.15 |
| HSL | 283.89º | 0.67% | 0.56% | - |
| HSV(B) | 283.89º | 0.68% | 0.85% | - |
| XYZ | 33.14 | 18.78 | 68.21 | - |
| YUV | 118.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 218 | 0.18 | 0.68 | 0 | 0.15 | 283.89 | 0.67 | 0.56 |
| Hex | B2 | 45 | DA | 12 | 44 | 0 | F | 11C | 43 | 38 |
| Octal | 262 | 105 | 332 | 22 | 104 | 0 | 17 | 434 | 103 | 70 |
| Binary | 10110010 | 1000101 | 11011010 | 10010 | 1000100 | 0 | 1111 | 100011100 | 1000011 | 111000 |
Color Harmonies of #B245DA
Complementary color
Monochromatic Colors of #B245DA
Black with #B245DA
Text Example
Text Example
White with #B245DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245DA; }
p { color: rgb(178,69,218); }
H1.HeaderClassName
{
color: #B245DA;
}
.AnyTagClassName
{
color: #B245DA;
}
</style>
background-color css
<style>
a { background-color: #B245DA; }
a { background-color: rgb(178,69,218); }
div.DivClassName
{
background-color: #B245DA;
}
.BgClassName
{
background-color: #B245DA;
}
</style>
border-color css
<style>
span { border-color: #B245DA; }
span { border-color: rgb(178,69,218); }
td.TdClassName
{
border-color: #B245DA;
}
.TagClassName
{
border-color: #B245DA;
}
</style>