Shades of Medium Orchid #B25AFE
Tints of Medium Orchid #B25AFE
RGB
CMYK
RGB Variations
Color information
#B25AFE (or 0xB25AFE) is known color: Medium Orchid. HEX triplet: B2, 5A and FE. RGB value is (178,90,254). Sum of RGB (Red+Green+Blue) = 178+90+254=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B25AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25AFE is #4DA501. Grayscale: #868686. Windows color (decimal): -5088514 or 16669362. OLE color: 16669362.
HSL color Cylindrical-coordinate representation of color #B25AFE: hue angle of 272.2º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B25AFE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 90 | 254 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.00 |
| HSL | 272.2º | 0.99% | 0.67% | - |
| HSV(B) | 272.2º | 0.65% | 1% | - |
| XYZ | 39.91 | 23.93 | 96.28 | - |
| YUV | 135.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 254 | 0.30 | 0.65 | 0 | 0.00 | 272.2 | 0.99 | 0.67 |
| Hex | B2 | 5A | FE | 1E | 41 | 0 | 0 | 110 | 63 | 43 |
| Octal | 262 | 132 | 376 | 36 | 101 | 0 | 0 | 420 | 143 | 103 |
| Binary | 10110010 | 1011010 | 11111110 | 11110 | 1000001 | 0 | 0 | 100010000 | 1100011 | 1000011 |
Color Harmonies of #B25AFE
Complementary color
Monochromatic Colors of #B25AFE
Black with #B25AFE
Text Example
Text Example
White with #B25AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25AFE; }
p { color: rgb(178,90,254); }
H1.HeaderClassName
{
color: #B25AFE;
}
.AnyTagClassName
{
color: #B25AFE;
}
</style>
background-color css
<style>
a { background-color: #B25AFE; }
a { background-color: rgb(178,90,254); }
div.DivClassName
{
background-color: #B25AFE;
}
.BgClassName
{
background-color: #B25AFE;
}
</style>
border-color css
<style>
span { border-color: #B25AFE; }
span { border-color: rgb(178,90,254); }
td.TdClassName
{
border-color: #B25AFE;
}
.TagClassName
{
border-color: #B25AFE;
}
</style>