Shades of Medium Orchid #B253DA
Tints of Medium Orchid #B253DA
RGB
CMYK
RGB Variations
Color information
#B253DA (or 0xB253DA) is known color: Medium Orchid. HEX triplet: B2, 53 and DA. RGB value is (178,83,218). Sum of RGB (Red+Green+Blue) = 178+83+218=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #B253DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DA is #4DAC25. Grayscale: #7E7E7E. Windows color (decimal): -5090342 or 14308274. OLE color: 14308274.
HSL color Cylindrical-coordinate representation of color #B253DA: hue angle of 282.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B253DA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 83 | 218 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.15 |
| HSL | 282.22º | 0.65% | 0.59% | - |
| HSV(B) | 282.22º | 0.62% | 0.85% | - |
| XYZ | 34.11 | 20.71 | 68.53 | - |
| YUV | 126.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 218 | 0.18 | 0.62 | 0 | 0.15 | 282.22 | 0.65 | 0.59 |
| Hex | B2 | 53 | DA | 12 | 3E | 0 | F | 11A | 41 | 3B |
| Octal | 262 | 123 | 332 | 22 | 76 | 0 | 17 | 432 | 101 | 73 |
| Binary | 10110010 | 1010011 | 11011010 | 10010 | 111110 | 0 | 1111 | 100011010 | 1000001 | 111011 |
Color Harmonies of #B253DA
Complementary color
Monochromatic Colors of #B253DA
Black with #B253DA
Text Example
Text Example
White with #B253DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253DA; }
p { color: rgb(178,83,218); }
H1.HeaderClassName
{
color: #B253DA;
}
.AnyTagClassName
{
color: #B253DA;
}
</style>
background-color css
<style>
a { background-color: #B253DA; }
a { background-color: rgb(178,83,218); }
div.DivClassName
{
background-color: #B253DA;
}
.BgClassName
{
background-color: #B253DA;
}
</style>
border-color css
<style>
span { border-color: #B253DA; }
span { border-color: rgb(178,83,218); }
td.TdClassName
{
border-color: #B253DA;
}
.TagClassName
{
border-color: #B253DA;
}
</style>