Shades of Medium Orchid #B25FCC
Tints of Medium Orchid #B25FCC
RGB
CMYK
RGB Variations
Color information
#B25FCC (or 0xB25FCC) is known color: Medium Orchid. HEX triplet: B2, 5F and CC. RGB value is (178,95,204). Sum of RGB (Red+Green+Blue) = 178+95+204=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FCC is #4DA033. Grayscale: #838383. Windows color (decimal): -5087284 or 13393842. OLE color: 13393842.
HSL color Cylindrical-coordinate representation of color #B25FCC: hue angle of 285.69º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25FCC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 95 | 204 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.2 |
| HSL | 285.69º | 0.52% | 0.59% | - |
| HSV(B) | 285.69º | 0.53% | 0.8% | - |
| XYZ | 33.35 | 22.01 | 59.62 | - |
| YUV | 132.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 204 | 0.13 | 0.53 | 0 | 0.2 | 285.69 | 0.52 | 0.59 |
| Hex | B2 | 5F | CC | D | 35 | 0 | 14 | 11E | 34 | 3B |
| Octal | 262 | 137 | 314 | 15 | 65 | 0 | 24 | 436 | 64 | 73 |
| Binary | 10110010 | 1011111 | 11001100 | 1101 | 110101 | 0 | 10100 | 100011110 | 110100 | 111011 |
Color Harmonies of #B25FCC
Complementary color
Monochromatic Colors of #B25FCC
Black with #B25FCC
Text Example
Text Example
White with #B25FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FCC; }
p { color: rgb(178,95,204); }
H1.HeaderClassName
{
color: #B25FCC;
}
.AnyTagClassName
{
color: #B25FCC;
}
</style>
background-color css
<style>
a { background-color: #B25FCC; }
a { background-color: rgb(178,95,204); }
div.DivClassName
{
background-color: #B25FCC;
}
.BgClassName
{
background-color: #B25FCC;
}
</style>
border-color css
<style>
span { border-color: #B25FCC; }
span { border-color: rgb(178,95,204); }
td.TdClassName
{
border-color: #B25FCC;
}
.TagClassName
{
border-color: #B25FCC;
}
</style>