Shades of Medium Orchid #B25DC8
Tints of Medium Orchid #B25DC8
RGB
CMYK
RGB Variations
Color information
#B25DC8 (or 0xB25DC8) is known color: Medium Orchid. HEX triplet: B2, 5D and C8. RGB value is (178,93,200). Sum of RGB (Red+Green+Blue) = 178+93+200=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #B25DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DC8 is #4DA237. Grayscale: #828282. Windows color (decimal): -5087800 or 13131186. OLE color: 13131186.
HSL color Cylindrical-coordinate representation of color #B25DC8: hue angle of 287.66º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25DC8 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 93 | 200 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.22 |
| HSL | 287.66º | 0.49% | 0.57% | - |
| HSV(B) | 287.66º | 0.54% | 0.78% | - |
| XYZ | 32.7 | 21.46 | 57.06 | - |
| YUV | 130.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 200 | 0.11 | 0.54 | 0 | 0.22 | 287.66 | 0.49 | 0.57 |
| Hex | B2 | 5D | C8 | B | 36 | 0 | 16 | 120 | 31 | 39 |
| Octal | 262 | 135 | 310 | 13 | 66 | 0 | 26 | 440 | 61 | 71 |
| Binary | 10110010 | 1011101 | 11001000 | 1011 | 110110 | 0 | 10110 | 100100000 | 110001 | 111001 |
Color Harmonies of #B25DC8
Complementary color
Monochromatic Colors of #B25DC8
Black with #B25DC8
Text Example
Text Example
White with #B25DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DC8; }
p { color: rgb(178,93,200); }
H1.HeaderClassName
{
color: #B25DC8;
}
.AnyTagClassName
{
color: #B25DC8;
}
</style>
background-color css
<style>
a { background-color: #B25DC8; }
a { background-color: rgb(178,93,200); }
div.DivClassName
{
background-color: #B25DC8;
}
.BgClassName
{
background-color: #B25DC8;
}
</style>
border-color css
<style>
span { border-color: #B25DC8; }
span { border-color: rgb(178,93,200); }
td.TdClassName
{
border-color: #B25DC8;
}
.TagClassName
{
border-color: #B25DC8;
}
</style>