Shades of Medium Orchid #B25CF5
Tints of Medium Orchid #B25CF5
RGB
CMYK
RGB Variations
Color information
#B25CF5 (or 0xB25CF5) is known color: Medium Orchid. HEX triplet: B2, 5C and F5. RGB value is (178,92,245). Sum of RGB (Red+Green+Blue) = 178+92+245=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #B25CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CF5 is #4DA30A. Grayscale: #868686. Windows color (decimal): -5088011 or 16080050. OLE color: 16080050.
HSL color Cylindrical-coordinate representation of color #B25CF5: hue angle of 273.73º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25CF5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 92 | 245 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.04 |
| HSL | 273.73º | 0.88% | 0.66% | - |
| HSV(B) | 273.73º | 0.62% | 0.96% | - |
| XYZ | 38.67 | 23.71 | 88.92 | - |
| YUV | 135.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 245 | 0.27 | 0.62 | 0 | 0.04 | 273.73 | 0.88 | 0.66 |
| Hex | B2 | 5C | F5 | 1B | 3E | 0 | 4 | 112 | 58 | 42 |
| Octal | 262 | 134 | 365 | 33 | 76 | 0 | 4 | 422 | 130 | 102 |
| Binary | 10110010 | 1011100 | 11110101 | 11011 | 111110 | 0 | 100 | 100010010 | 1011000 | 1000010 |
Color Harmonies of #B25CF5
Complementary color
Monochromatic Colors of #B25CF5
Black with #B25CF5
Text Example
Text Example
White with #B25CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CF5; }
p { color: rgb(178,92,245); }
H1.HeaderClassName
{
color: #B25CF5;
}
.AnyTagClassName
{
color: #B25CF5;
}
</style>
background-color css
<style>
a { background-color: #B25CF5; }
a { background-color: rgb(178,92,245); }
div.DivClassName
{
background-color: #B25CF5;
}
.BgClassName
{
background-color: #B25CF5;
}
</style>
border-color css
<style>
span { border-color: #B25CF5; }
span { border-color: rgb(178,92,245); }
td.TdClassName
{
border-color: #B25CF5;
}
.TagClassName
{
border-color: #B25CF5;
}
</style>