Shades of Medium Orchid #B25CED
Tints of Medium Orchid #B25CED
RGB
CMYK
RGB Variations
Color information
#B25CED (or 0xB25CED) is known color: Medium Orchid. HEX triplet: B2, 5C and ED. RGB value is (178,92,237). Sum of RGB (Red+Green+Blue) = 178+92+237=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #B25CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CED is #4DA312. Grayscale: #858585. Windows color (decimal): -5088019 or 15555762. OLE color: 15555762.
HSL color Cylindrical-coordinate representation of color #B25CED: hue angle of 275.59º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25CED is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 92 | 237 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.07 |
| HSL | 275.59º | 0.8% | 0.65% | - |
| HSV(B) | 275.59º | 0.61% | 0.93% | - |
| XYZ | 37.47 | 23.23 | 82.63 | - |
| YUV | 134.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 237 | 0.25 | 0.61 | 0 | 0.07 | 275.59 | 0.8 | 0.65 |
| Hex | B2 | 5C | ED | 19 | 3D | 0 | 7 | 114 | 50 | 41 |
| Octal | 262 | 134 | 355 | 31 | 75 | 0 | 7 | 424 | 120 | 101 |
| Binary | 10110010 | 1011100 | 11101101 | 11001 | 111101 | 0 | 111 | 100010100 | 1010000 | 1000001 |
Color Harmonies of #B25CED
Complementary color
Monochromatic Colors of #B25CED
Black with #B25CED
Text Example
Text Example
White with #B25CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CED; }
p { color: rgb(178,92,237); }
H1.HeaderClassName
{
color: #B25CED;
}
.AnyTagClassName
{
color: #B25CED;
}
</style>
background-color css
<style>
a { background-color: #B25CED; }
a { background-color: rgb(178,92,237); }
div.DivClassName
{
background-color: #B25CED;
}
.BgClassName
{
background-color: #B25CED;
}
</style>
border-color css
<style>
span { border-color: #B25CED; }
span { border-color: rgb(178,92,237); }
td.TdClassName
{
border-color: #B25CED;
}
.TagClassName
{
border-color: #B25CED;
}
</style>