Shades of Medium Orchid #B25BDD
Tints of Medium Orchid #B25BDD
RGB
CMYK
RGB Variations
Color information
#B25BDD (or 0xB25BDD) is known color: Medium Orchid. HEX triplet: B2, 5B and DD. RGB value is (178,91,221). Sum of RGB (Red+Green+Blue) = 178+91+221=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B25BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BDD is #4DA422. Grayscale: #838383. Windows color (decimal): -5088291 or 14506930. OLE color: 14506930.
HSL color Cylindrical-coordinate representation of color #B25BDD: hue angle of 280.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25BDD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 91 | 221 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.13 |
| HSL | 280.15º | 0.66% | 0.61% | - |
| HSV(B) | 280.15º | 0.59% | 0.87% | - |
| XYZ | 35.15 | 22.17 | 70.83 | - |
| YUV | 131.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 221 | 0.19 | 0.59 | 0 | 0.13 | 280.15 | 0.66 | 0.61 |
| Hex | B2 | 5B | DD | 13 | 3B | 0 | D | 118 | 42 | 3D |
| Octal | 262 | 133 | 335 | 23 | 73 | 0 | 15 | 430 | 102 | 75 |
| Binary | 10110010 | 1011011 | 11011101 | 10011 | 111011 | 0 | 1101 | 100011000 | 1000010 | 111101 |
Color Harmonies of #B25BDD
Complementary color
Monochromatic Colors of #B25BDD
Black with #B25BDD
Text Example
Text Example
White with #B25BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BDD; }
p { color: rgb(178,91,221); }
H1.HeaderClassName
{
color: #B25BDD;
}
.AnyTagClassName
{
color: #B25BDD;
}
</style>
background-color css
<style>
a { background-color: #B25BDD; }
a { background-color: rgb(178,91,221); }
div.DivClassName
{
background-color: #B25BDD;
}
.BgClassName
{
background-color: #B25BDD;
}
</style>
border-color css
<style>
span { border-color: #B25BDD; }
span { border-color: rgb(178,91,221); }
td.TdClassName
{
border-color: #B25BDD;
}
.TagClassName
{
border-color: #B25BDD;
}
</style>