Shades of Medium Orchid #B25DC3
Tints of Medium Orchid #B25DC3
RGB
CMYK
RGB Variations
Color information
#B25DC3 (or 0xB25DC3) is known color: Medium Orchid. HEX triplet: B2, 5D and C3. RGB value is (178,93,195). Sum of RGB (Red+Green+Blue) = 178+93+195=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #B25DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DC3 is #4DA23C. Grayscale: #818181. Windows color (decimal): -5087805 or 12803506. OLE color: 12803506.
HSL color Cylindrical-coordinate representation of color #B25DC3: hue angle of 290º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25DC3 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 93 | 195 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.24 |
| HSL | 290º | 0.46% | 0.56% | - |
| HSV(B) | 290º | 0.52% | 0.76% | - |
| XYZ | 32.12 | 21.23 | 54.04 | - |
| YUV | 130.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 195 | 0.09 | 0.52 | 0 | 0.24 | 290 | 0.46 | 0.56 |
| Hex | B2 | 5D | C3 | 9 | 34 | 0 | 18 | 122 | 2E | 38 |
| Octal | 262 | 135 | 303 | 11 | 64 | 0 | 30 | 442 | 56 | 70 |
| Binary | 10110010 | 1011101 | 11000011 | 1001 | 110100 | 0 | 11000 | 100100010 | 101110 | 111000 |
Color Harmonies of #B25DC3
Complementary color
Monochromatic Colors of #B25DC3
Black with #B25DC3
Text Example
Text Example
White with #B25DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DC3; }
p { color: rgb(178,93,195); }
H1.HeaderClassName
{
color: #B25DC3;
}
.AnyTagClassName
{
color: #B25DC3;
}
</style>
background-color css
<style>
a { background-color: #B25DC3; }
a { background-color: rgb(178,93,195); }
div.DivClassName
{
background-color: #B25DC3;
}
.BgClassName
{
background-color: #B25DC3;
}
</style>
border-color css
<style>
span { border-color: #B25DC3; }
span { border-color: rgb(178,93,195); }
td.TdClassName
{
border-color: #B25DC3;
}
.TagClassName
{
border-color: #B25DC3;
}
</style>