Shades of Medium Orchid #B25CDF
Tints of Medium Orchid #B25CDF
RGB
CMYK
RGB Variations
Color information
#B25CDF (or 0xB25CDF) is known color: Medium Orchid. HEX triplet: B2, 5C and DF. RGB value is (178,92,223). Sum of RGB (Red+Green+Blue) = 178+92+223=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #B25CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CDF is #4DA320. Grayscale: #848484. Windows color (decimal): -5088033 or 14638258. OLE color: 14638258.
HSL color Cylindrical-coordinate representation of color #B25CDF: hue angle of 279.39º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25CDF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 92 | 223 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.13 |
| HSL | 279.39º | 0.67% | 0.62% | - |
| HSV(B) | 279.39º | 0.59% | 0.87% | - |
| XYZ | 35.51 | 22.45 | 72.27 | - |
| YUV | 132.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 223 | 0.20 | 0.59 | 0 | 0.13 | 279.39 | 0.67 | 0.62 |
| Hex | B2 | 5C | DF | 14 | 3B | 0 | D | 117 | 43 | 3E |
| Octal | 262 | 134 | 337 | 24 | 73 | 0 | 15 | 427 | 103 | 76 |
| Binary | 10110010 | 1011100 | 11011111 | 10100 | 111011 | 0 | 1101 | 100010111 | 1000011 | 111110 |
Color Harmonies of #B25CDF
Complementary color
Monochromatic Colors of #B25CDF
Black with #B25CDF
Text Example
Text Example
White with #B25CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CDF; }
p { color: rgb(178,92,223); }
H1.HeaderClassName
{
color: #B25CDF;
}
.AnyTagClassName
{
color: #B25CDF;
}
</style>
background-color css
<style>
a { background-color: #B25CDF; }
a { background-color: rgb(178,92,223); }
div.DivClassName
{
background-color: #B25CDF;
}
.BgClassName
{
background-color: #B25CDF;
}
</style>
border-color css
<style>
span { border-color: #B25CDF; }
span { border-color: rgb(178,92,223); }
td.TdClassName
{
border-color: #B25CDF;
}
.TagClassName
{
border-color: #B25CDF;
}
</style>