Shades of Medium Orchid #B25BDB
Tints of Medium Orchid #B25BDB
RGB
CMYK
RGB Variations
Color information
#B25BDB (or 0xB25BDB) is known color: Medium Orchid. HEX triplet: B2, 5B and DB. RGB value is (178,91,219). Sum of RGB (Red+Green+Blue) = 178+91+219=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B25BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BDB is #4DA424. Grayscale: #838383. Windows color (decimal): -5088293 or 14375858. OLE color: 14375858.
HSL color Cylindrical-coordinate representation of color #B25BDB: hue angle of 280.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25BDB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 91 | 219 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.14 |
| HSL | 280.78º | 0.64% | 0.61% | - |
| HSV(B) | 280.78º | 0.58% | 0.86% | - |
| XYZ | 34.89 | 22.06 | 69.44 | - |
| YUV | 131.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 219 | 0.19 | 0.58 | 0 | 0.14 | 280.78 | 0.64 | 0.61 |
| Hex | B2 | 5B | DB | 13 | 3A | 0 | E | 119 | 40 | 3D |
| Octal | 262 | 133 | 333 | 23 | 72 | 0 | 16 | 431 | 100 | 75 |
| Binary | 10110010 | 1011011 | 11011011 | 10011 | 111010 | 0 | 1110 | 100011001 | 1000000 | 111101 |
Color Harmonies of #B25BDB
Complementary color
Monochromatic Colors of #B25BDB
Black with #B25BDB
Text Example
Text Example
White with #B25BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BDB; }
p { color: rgb(178,91,219); }
H1.HeaderClassName
{
color: #B25BDB;
}
.AnyTagClassName
{
color: #B25BDB;
}
</style>
background-color css
<style>
a { background-color: #B25BDB; }
a { background-color: rgb(178,91,219); }
div.DivClassName
{
background-color: #B25BDB;
}
.BgClassName
{
background-color: #B25BDB;
}
</style>
border-color css
<style>
span { border-color: #B25BDB; }
span { border-color: rgb(178,91,219); }
td.TdClassName
{
border-color: #B25BDB;
}
.TagClassName
{
border-color: #B25BDB;
}
</style>