Shades of Medium Orchid #B25FD1
Tints of Medium Orchid #B25FD1
RGB
CMYK
RGB Variations
Color information
#B25FD1 (or 0xB25FD1) is known color: Medium Orchid. HEX triplet: B2, 5F and D1. RGB value is (178,95,209). Sum of RGB (Red+Green+Blue) = 178+95+209=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #B25FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FD1 is #4DA02E. Grayscale: #848484. Windows color (decimal): -5087279 or 13721522. OLE color: 13721522.
HSL color Cylindrical-coordinate representation of color #B25FD1: hue angle of 283.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25FD1 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 95 | 209 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.18 |
| HSL | 283.68º | 0.55% | 0.6% | - |
| HSV(B) | 283.68º | 0.55% | 0.82% | - |
| XYZ | 33.96 | 22.25 | 62.83 | - |
| YUV | 132.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 209 | 0.15 | 0.55 | 0 | 0.18 | 283.68 | 0.55 | 0.6 |
| Hex | B2 | 5F | D1 | F | 37 | 0 | 12 | 11C | 37 | 3C |
| Octal | 262 | 137 | 321 | 17 | 67 | 0 | 22 | 434 | 67 | 74 |
| Binary | 10110010 | 1011111 | 11010001 | 1111 | 110111 | 0 | 10010 | 100011100 | 110111 | 111100 |
Color Harmonies of #B25FD1
Complementary color
Monochromatic Colors of #B25FD1
Black with #B25FD1
Text Example
Text Example
White with #B25FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FD1; }
p { color: rgb(178,95,209); }
H1.HeaderClassName
{
color: #B25FD1;
}
.AnyTagClassName
{
color: #B25FD1;
}
</style>
background-color css
<style>
a { background-color: #B25FD1; }
a { background-color: rgb(178,95,209); }
div.DivClassName
{
background-color: #B25FD1;
}
.BgClassName
{
background-color: #B25FD1;
}
</style>
border-color css
<style>
span { border-color: #B25FD1; }
span { border-color: rgb(178,95,209); }
td.TdClassName
{
border-color: #B25FD1;
}
.TagClassName
{
border-color: #B25FD1;
}
</style>