Shades of Medium Orchid #B25DF1
Tints of Medium Orchid #B25DF1
RGB
CMYK
RGB Variations
Color information
#B25DF1 (or 0xB25DF1) is known color: Medium Orchid. HEX triplet: B2, 5D and F1. RGB value is (178,93,241). Sum of RGB (Red+Green+Blue) = 178+93+241=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #B25DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DF1 is #4DA20E. Grayscale: #868686. Windows color (decimal): -5087759 or 15818162. OLE color: 15818162.
HSL color Cylindrical-coordinate representation of color #B25DF1: hue angle of 274.46º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25DF1 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 93 | 241 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.05 |
| HSL | 274.46º | 0.84% | 0.65% | - |
| HSV(B) | 274.46º | 0.61% | 0.95% | - |
| XYZ | 38.15 | 23.64 | 85.77 | - |
| YUV | 135.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 241 | 0.26 | 0.61 | 0 | 0.05 | 274.46 | 0.84 | 0.65 |
| Hex | B2 | 5D | F1 | 1A | 3D | 0 | 5 | 112 | 54 | 41 |
| Octal | 262 | 135 | 361 | 32 | 75 | 0 | 5 | 422 | 124 | 101 |
| Binary | 10110010 | 1011101 | 11110001 | 11010 | 111101 | 0 | 101 | 100010010 | 1010100 | 1000001 |
Color Harmonies of #B25DF1
Complementary color
Monochromatic Colors of #B25DF1
Black with #B25DF1
Text Example
Text Example
White with #B25DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DF1; }
p { color: rgb(178,93,241); }
H1.HeaderClassName
{
color: #B25DF1;
}
.AnyTagClassName
{
color: #B25DF1;
}
</style>
background-color css
<style>
a { background-color: #B25DF1; }
a { background-color: rgb(178,93,241); }
div.DivClassName
{
background-color: #B25DF1;
}
.BgClassName
{
background-color: #B25DF1;
}
</style>
border-color css
<style>
span { border-color: #B25DF1; }
span { border-color: rgb(178,93,241); }
td.TdClassName
{
border-color: #B25DF1;
}
.TagClassName
{
border-color: #B25DF1;
}
</style>