Shades of Medium Orchid #B25FF5
Tints of Medium Orchid #B25FF5
RGB
CMYK
RGB Variations
Color information
#B25FF5 (or 0xB25FF5) is known color: Medium Orchid. HEX triplet: B2, 5F and F5. RGB value is (178,95,245). Sum of RGB (Red+Green+Blue) = 178+95+245=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #B25FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FF5 is #4DA00A. Grayscale: #888888. Windows color (decimal): -5087243 or 16080818. OLE color: 16080818.
HSL color Cylindrical-coordinate representation of color #B25FF5: hue angle of 273.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25FF5 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 95 | 245 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.04 |
| HSL | 273.2º | 0.88% | 0.67% | - |
| HSV(B) | 273.2º | 0.61% | 0.96% | - |
| XYZ | 38.93 | 24.24 | 89.01 | - |
| YUV | 136.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 245 | 0.27 | 0.61 | 0 | 0.04 | 273.2 | 0.88 | 0.67 |
| Hex | B2 | 5F | F5 | 1B | 3D | 0 | 4 | 111 | 58 | 43 |
| Octal | 262 | 137 | 365 | 33 | 75 | 0 | 4 | 421 | 130 | 103 |
| Binary | 10110010 | 1011111 | 11110101 | 11011 | 111101 | 0 | 100 | 100010001 | 1011000 | 1000011 |
Color Harmonies of #B25FF5
Complementary color
Monochromatic Colors of #B25FF5
Black with #B25FF5
Text Example
Text Example
White with #B25FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FF5; }
p { color: rgb(178,95,245); }
H1.HeaderClassName
{
color: #B25FF5;
}
.AnyTagClassName
{
color: #B25FF5;
}
</style>
background-color css
<style>
a { background-color: #B25FF5; }
a { background-color: rgb(178,95,245); }
div.DivClassName
{
background-color: #B25FF5;
}
.BgClassName
{
background-color: #B25FF5;
}
</style>
border-color css
<style>
span { border-color: #B25FF5; }
span { border-color: rgb(178,95,245); }
td.TdClassName
{
border-color: #B25FF5;
}
.TagClassName
{
border-color: #B25FF5;
}
</style>