Shades of Medium Orchid #B253FF
Tints of Medium Orchid #B253FF
RGB
CMYK
RGB Variations
Color information
#B253FF (or 0xB253FF) is known color: Medium Orchid. HEX triplet: B2, 53 and FF. RGB value is (178,83,255). Sum of RGB (Red+Green+Blue) = 178+83+255=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B253FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253FF is #4DAC00. Grayscale: #828282. Windows color (decimal): -5090305 or 16733106. OLE color: 16733106.
HSL color Cylindrical-coordinate representation of color #B253FF: hue angle of 273.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B253FF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 83 | 255 | - |
| CMYK | 0.30 | 0.67 | 0 | 0 |
| HSL | 273.14º | 1% | 0.66% | - |
| HSV(B) | 273.14º | 0.67% | 1% | - |
| XYZ | 39.5 | 22.87 | 96.94 | - |
| YUV | 131.01 | 197.97 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 255 | 0.30 | 0.67 | 0 | 0 | 273.14 | 1 | 0.66 |
| Hex | B2 | 53 | FF | 1E | 43 | 0 | 0 | 111 | 64 | 42 |
| Octal | 262 | 123 | 377 | 36 | 103 | 0 | 0 | 421 | 144 | 102 |
| Binary | 10110010 | 1010011 | 11111111 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100100 | 1000010 |
Color Harmonies of #B253FF
Complementary color
Monochromatic Colors of #B253FF
Black with #B253FF
Text Example
Text Example
White with #B253FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253FF; }
p { color: rgb(178,83,255); }
H1.HeaderClassName
{
color: #B253FF;
}
.AnyTagClassName
{
color: #B253FF;
}
</style>
background-color css
<style>
a { background-color: #B253FF; }
a { background-color: rgb(178,83,255); }
div.DivClassName
{
background-color: #B253FF;
}
.BgClassName
{
background-color: #B253FF;
}
</style>
border-color css
<style>
span { border-color: #B253FF; }
span { border-color: rgb(178,83,255); }
td.TdClassName
{
border-color: #B253FF;
}
.TagClassName
{
border-color: #B253FF;
}
</style>