Shades of Medium Orchid #B25CDA
Tints of Medium Orchid #B25CDA
RGB
CMYK
RGB Variations
Color information
#B25CDA (or 0xB25CDA) is known color: Medium Orchid. HEX triplet: B2, 5C and DA. RGB value is (178,92,218). Sum of RGB (Red+Green+Blue) = 178+92+218=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B25CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CDA is #4DA325. Grayscale: #838383. Windows color (decimal): -5088038 or 14310578. OLE color: 14310578.
HSL color Cylindrical-coordinate representation of color #B25CDA: hue angle of 280.95º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25CDA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 92 | 218 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.15 |
| HSL | 280.95º | 0.63% | 0.61% | - |
| HSV(B) | 280.95º | 0.58% | 0.85% | - |
| XYZ | 34.84 | 22.18 | 68.77 | - |
| YUV | 132.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 218 | 0.18 | 0.58 | 0 | 0.15 | 280.95 | 0.63 | 0.61 |
| Hex | B2 | 5C | DA | 12 | 3A | 0 | F | 119 | 3F | 3D |
| Octal | 262 | 134 | 332 | 22 | 72 | 0 | 17 | 431 | 77 | 75 |
| Binary | 10110010 | 1011100 | 11011010 | 10010 | 111010 | 0 | 1111 | 100011001 | 111111 | 111101 |
Color Harmonies of #B25CDA
Complementary color
Monochromatic Colors of #B25CDA
Black with #B25CDA
Text Example
Text Example
White with #B25CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CDA; }
p { color: rgb(178,92,218); }
H1.HeaderClassName
{
color: #B25CDA;
}
.AnyTagClassName
{
color: #B25CDA;
}
</style>
background-color css
<style>
a { background-color: #B25CDA; }
a { background-color: rgb(178,92,218); }
div.DivClassName
{
background-color: #B25CDA;
}
.BgClassName
{
background-color: #B25CDA;
}
</style>
border-color css
<style>
span { border-color: #B25CDA; }
span { border-color: rgb(178,92,218); }
td.TdClassName
{
border-color: #B25CDA;
}
.TagClassName
{
border-color: #B25CDA;
}
</style>