Shades of Medium Orchid #B25AF5
Tints of Medium Orchid #B25AF5
RGB
CMYK
RGB Variations
Color information
#B25AF5 (or 0xB25AF5) is known color: Medium Orchid. HEX triplet: B2, 5A and F5. RGB value is (178,90,245). Sum of RGB (Red+Green+Blue) = 178+90+245=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #B25AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25AF5 is #4DA50A. Grayscale: #858585. Windows color (decimal): -5088523 or 16079538. OLE color: 16079538.
HSL color Cylindrical-coordinate representation of color #B25AF5: hue angle of 274.06º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25AF5 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 90 | 245 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.04 |
| HSL | 274.06º | 0.89% | 0.66% | - |
| HSV(B) | 274.06º | 0.63% | 0.96% | - |
| XYZ | 38.5 | 23.37 | 88.87 | - |
| YUV | 133.98 | 190.65 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 245 | 0.27 | 0.63 | 0 | 0.04 | 274.06 | 0.89 | 0.66 |
| Hex | B2 | 5A | F5 | 1B | 3F | 0 | 4 | 112 | 59 | 42 |
| Octal | 262 | 132 | 365 | 33 | 77 | 0 | 4 | 422 | 131 | 102 |
| Binary | 10110010 | 1011010 | 11110101 | 11011 | 111111 | 0 | 100 | 100010010 | 1011001 | 1000010 |
Color Harmonies of #B25AF5
Complementary color
Monochromatic Colors of #B25AF5
Black with #B25AF5
Text Example
Text Example
White with #B25AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25AF5; }
p { color: rgb(178,90,245); }
H1.HeaderClassName
{
color: #B25AF5;
}
.AnyTagClassName
{
color: #B25AF5;
}
</style>
background-color css
<style>
a { background-color: #B25AF5; }
a { background-color: rgb(178,90,245); }
div.DivClassName
{
background-color: #B25AF5;
}
.BgClassName
{
background-color: #B25AF5;
}
</style>
border-color css
<style>
span { border-color: #B25AF5; }
span { border-color: rgb(178,90,245); }
td.TdClassName
{
border-color: #B25AF5;
}
.TagClassName
{
border-color: #B25AF5;
}
</style>