Shades of Medium Orchid #B25FFF
Tints of Medium Orchid #B25FFF
RGB
CMYK
RGB Variations
Color information
#B25FFF (or 0xB25FFF) is known color: Medium Orchid. HEX triplet: B2, 5F and FF. RGB value is (178,95,255). Sum of RGB (Red+Green+Blue) = 178+95+255=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B25FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FFF is #4DA000. Grayscale: #898989. Windows color (decimal): -5087233 or 16736178. OLE color: 16736178.
HSL color Cylindrical-coordinate representation of color #B25FFF: hue angle of 271.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25FFF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 95 | 255 | - |
| CMYK | 0.30 | 0.63 | 0 | 0 |
| HSL | 271.13º | 1% | 0.69% | - |
| HSV(B) | 271.13º | 0.63% | 1% | - |
| XYZ | 40.5 | 24.87 | 97.27 | - |
| YUV | 138.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 255 | 0.30 | 0.63 | 0 | 0 | 271.13 | 1 | 0.69 |
| Hex | B2 | 5F | FF | 1E | 3F | 0 | 0 | 10F | 64 | 45 |
| Octal | 262 | 137 | 377 | 36 | 77 | 0 | 0 | 417 | 144 | 105 |
| Binary | 10110010 | 1011111 | 11111111 | 11110 | 111111 | 0 | 0 | 100001111 | 1100100 | 1000101 |
Color Harmonies of #B25FFF
Complementary color
Monochromatic Colors of #B25FFF
Black with #B25FFF
Text Example
Text Example
White with #B25FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FFF; }
p { color: rgb(178,95,255); }
H1.HeaderClassName
{
color: #B25FFF;
}
.AnyTagClassName
{
color: #B25FFF;
}
</style>
background-color css
<style>
a { background-color: #B25FFF; }
a { background-color: rgb(178,95,255); }
div.DivClassName
{
background-color: #B25FFF;
}
.BgClassName
{
background-color: #B25FFF;
}
</style>
border-color css
<style>
span { border-color: #B25FFF; }
span { border-color: rgb(178,95,255); }
td.TdClassName
{
border-color: #B25FFF;
}
.TagClassName
{
border-color: #B25FFF;
}
</style>