Shades of Medium Orchid #B25ACB
Tints of Medium Orchid #B25ACB
RGB
CMYK
RGB Variations
Color information
#B25ACB (or 0xB25ACB) is known color: Medium Orchid. HEX triplet: B2, 5A and CB. RGB value is (178,90,203). Sum of RGB (Red+Green+Blue) = 178+90+203=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B25ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ACB is #4DA534. Grayscale: #808080. Windows color (decimal): -5088565 or 13327026. OLE color: 13327026.
HSL color Cylindrical-coordinate representation of color #B25ACB: hue angle of 286.73º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25ACB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 90 | 203 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.20 |
| HSL | 286.73º | 0.52% | 0.57% | - |
| HSV(B) | 286.73º | 0.56% | 0.8% | - |
| XYZ | 32.8 | 21.09 | 58.84 | - |
| YUV | 129.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 203 | 0.12 | 0.56 | 0 | 0.20 | 286.73 | 0.52 | 0.57 |
| Hex | B2 | 5A | CB | C | 38 | 0 | 14 | 11F | 34 | 39 |
| Octal | 262 | 132 | 313 | 14 | 70 | 0 | 24 | 437 | 64 | 71 |
| Binary | 10110010 | 1011010 | 11001011 | 1100 | 111000 | 0 | 10100 | 100011111 | 110100 | 111001 |
Color Harmonies of #B25ACB
Complementary color
Monochromatic Colors of #B25ACB
Black with #B25ACB
Text Example
Text Example
White with #B25ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ACB; }
p { color: rgb(178,90,203); }
H1.HeaderClassName
{
color: #B25ACB;
}
.AnyTagClassName
{
color: #B25ACB;
}
</style>
background-color css
<style>
a { background-color: #B25ACB; }
a { background-color: rgb(178,90,203); }
div.DivClassName
{
background-color: #B25ACB;
}
.BgClassName
{
background-color: #B25ACB;
}
</style>
border-color css
<style>
span { border-color: #B25ACB; }
span { border-color: rgb(178,90,203); }
td.TdClassName
{
border-color: #B25ACB;
}
.TagClassName
{
border-color: #B25ACB;
}
</style>