Shades of Medium Orchid #B253F2
Tints of Medium Orchid #B253F2
RGB
CMYK
RGB Variations
Color information
#B253F2 (or 0xB253F2) is known color: Medium Orchid. HEX triplet: B2, 53 and F2. RGB value is (178,83,242). Sum of RGB (Red+Green+Blue) = 178+83+242=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #B253F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253F2 is #4DAC0D. Grayscale: #808080. Windows color (decimal): -5090318 or 15881138. OLE color: 15881138.
HSL color Cylindrical-coordinate representation of color #B253F2: hue angle of 275.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B253F2 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 83 | 242 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.05 |
| HSL | 275.85º | 0.86% | 0.64% | - |
| HSV(B) | 275.85º | 0.66% | 0.95% | - |
| XYZ | 37.48 | 22.06 | 86.29 | - |
| YUV | 129.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 242 | 0.26 | 0.66 | 0 | 0.05 | 275.85 | 0.86 | 0.64 |
| Hex | B2 | 53 | F2 | 1A | 42 | 0 | 5 | 114 | 56 | 40 |
| Octal | 262 | 123 | 362 | 32 | 102 | 0 | 5 | 424 | 126 | 100 |
| Binary | 10110010 | 1010011 | 11110010 | 11010 | 1000010 | 0 | 101 | 100010100 | 1010110 | 1000000 |
Color Harmonies of #B253F2
Complementary color
Monochromatic Colors of #B253F2
Black with #B253F2
Text Example
Text Example
White with #B253F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253F2; }
p { color: rgb(178,83,242); }
H1.HeaderClassName
{
color: #B253F2;
}
.AnyTagClassName
{
color: #B253F2;
}
</style>
background-color css
<style>
a { background-color: #B253F2; }
a { background-color: rgb(178,83,242); }
div.DivClassName
{
background-color: #B253F2;
}
.BgClassName
{
background-color: #B253F2;
}
</style>
border-color css
<style>
span { border-color: #B253F2; }
span { border-color: rgb(178,83,242); }
td.TdClassName
{
border-color: #B253F2;
}
.TagClassName
{
border-color: #B253F2;
}
</style>