Shades of Medium Orchid #B25ACC
Tints of Medium Orchid #B25ACC
RGB
CMYK
RGB Variations
Color information
#B25ACC (or 0xB25ACC) is known color: Medium Orchid. HEX triplet: B2, 5A and CC. RGB value is (178,90,204). Sum of RGB (Red+Green+Blue) = 178+90+204=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ACC is #4DA533. Grayscale: #808080. Windows color (decimal): -5088564 or 13392562. OLE color: 13392562.
HSL color Cylindrical-coordinate representation of color #B25ACC: hue angle of 286.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25ACC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 90 | 204 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.2 |
| HSL | 286.32º | 0.53% | 0.58% | - |
| HSV(B) | 286.32º | 0.56% | 0.8% | - |
| XYZ | 32.92 | 21.14 | 59.47 | - |
| YUV | 129.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 204 | 0.13 | 0.56 | 0 | 0.2 | 286.32 | 0.53 | 0.58 |
| Hex | B2 | 5A | CC | D | 38 | 0 | 14 | 11E | 35 | 3A |
| Octal | 262 | 132 | 314 | 15 | 70 | 0 | 24 | 436 | 65 | 72 |
| Binary | 10110010 | 1011010 | 11001100 | 1101 | 111000 | 0 | 10100 | 100011110 | 110101 | 111010 |
Color Harmonies of #B25ACC
Complementary color
Monochromatic Colors of #B25ACC
Black with #B25ACC
Text Example
Text Example
White with #B25ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ACC; }
p { color: rgb(178,90,204); }
H1.HeaderClassName
{
color: #B25ACC;
}
.AnyTagClassName
{
color: #B25ACC;
}
</style>
background-color css
<style>
a { background-color: #B25ACC; }
a { background-color: rgb(178,90,204); }
div.DivClassName
{
background-color: #B25ACC;
}
.BgClassName
{
background-color: #B25ACC;
}
</style>
border-color css
<style>
span { border-color: #B25ACC; }
span { border-color: rgb(178,90,204); }
td.TdClassName
{
border-color: #B25ACC;
}
.TagClassName
{
border-color: #B25ACC;
}
</style>