Shades of Medium Orchid #B25EFF
Tints of Medium Orchid #B25EFF
RGB
CMYK
RGB Variations
Color information
#B25EFF (or 0xB25EFF) is known color: Medium Orchid. HEX triplet: B2, 5E and FF. RGB value is (178,94,255). Sum of RGB (Red+Green+Blue) = 178+94+255=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B25EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EFF is #4DA100. Grayscale: #888888. Windows color (decimal): -5087489 or 16735922. OLE color: 16735922.
HSL color Cylindrical-coordinate representation of color #B25EFF: hue angle of 271.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25EFF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 94 | 255 | - |
| CMYK | 0.30 | 0.63 | 0 | 0 |
| HSL | 271.3º | 1% | 0.68% | - |
| HSV(B) | 271.3º | 0.63% | 1% | - |
| XYZ | 40.41 | 24.69 | 97.24 | - |
| YUV | 137.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 255 | 0.30 | 0.63 | 0 | 0 | 271.3 | 1 | 0.68 |
| Hex | B2 | 5E | FF | 1E | 3F | 0 | 0 | 10F | 64 | 44 |
| Octal | 262 | 136 | 377 | 36 | 77 | 0 | 0 | 417 | 144 | 104 |
| Binary | 10110010 | 1011110 | 11111111 | 11110 | 111111 | 0 | 0 | 100001111 | 1100100 | 1000100 |
Color Harmonies of #B25EFF
Complementary color
Monochromatic Colors of #B25EFF
Black with #B25EFF
Text Example
Text Example
White with #B25EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EFF; }
p { color: rgb(178,94,255); }
H1.HeaderClassName
{
color: #B25EFF;
}
.AnyTagClassName
{
color: #B25EFF;
}
</style>
background-color css
<style>
a { background-color: #B25EFF; }
a { background-color: rgb(178,94,255); }
div.DivClassName
{
background-color: #B25EFF;
}
.BgClassName
{
background-color: #B25EFF;
}
</style>
border-color css
<style>
span { border-color: #B25EFF; }
span { border-color: rgb(178,94,255); }
td.TdClassName
{
border-color: #B25EFF;
}
.TagClassName
{
border-color: #B25EFF;
}
</style>