Shades of Medium Orchid #B25FDB
Tints of Medium Orchid #B25FDB
RGB
CMYK
RGB Variations
Color information
#B25FDB (or 0xB25FDB) is known color: Medium Orchid. HEX triplet: B2, 5F and DB. RGB value is (178,95,219). Sum of RGB (Red+Green+Blue) = 178+95+219=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B25FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FDB is #4DA024. Grayscale: #858585. Windows color (decimal): -5087269 or 14376882. OLE color: 14376882.
HSL color Cylindrical-coordinate representation of color #B25FDB: hue angle of 280.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25FDB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 95 | 219 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.14 |
| HSL | 280.16º | 0.63% | 0.62% | - |
| HSV(B) | 280.16º | 0.57% | 0.86% | - |
| XYZ | 35.24 | 22.76 | 69.55 | - |
| YUV | 133.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 219 | 0.19 | 0.57 | 0 | 0.14 | 280.16 | 0.63 | 0.62 |
| Hex | B2 | 5F | DB | 13 | 39 | 0 | E | 118 | 3F | 3E |
| Octal | 262 | 137 | 333 | 23 | 71 | 0 | 16 | 430 | 77 | 76 |
| Binary | 10110010 | 1011111 | 11011011 | 10011 | 111001 | 0 | 1110 | 100011000 | 111111 | 111110 |
Color Harmonies of #B25FDB
Complementary color
Monochromatic Colors of #B25FDB
Black with #B25FDB
Text Example
Text Example
White with #B25FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FDB; }
p { color: rgb(178,95,219); }
H1.HeaderClassName
{
color: #B25FDB;
}
.AnyTagClassName
{
color: #B25FDB;
}
</style>
background-color css
<style>
a { background-color: #B25FDB; }
a { background-color: rgb(178,95,219); }
div.DivClassName
{
background-color: #B25FDB;
}
.BgClassName
{
background-color: #B25FDB;
}
</style>
border-color css
<style>
span { border-color: #B25FDB; }
span { border-color: rgb(178,95,219); }
td.TdClassName
{
border-color: #B25FDB;
}
.TagClassName
{
border-color: #B25FDB;
}
</style>