Shades of Medium Orchid #B25ADC
Tints of Medium Orchid #B25ADC
RGB
CMYK
RGB Variations
Color information
#B25ADC (or 0xB25ADC) is known color: Medium Orchid. HEX triplet: B2, 5A and DC. RGB value is (178,90,220). Sum of RGB (Red+Green+Blue) = 178+90+220=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B25ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ADC is #4DA523. Grayscale: #828282. Windows color (decimal): -5088548 or 14441138. OLE color: 14441138.
HSL color Cylindrical-coordinate representation of color #B25ADC: hue angle of 280.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25ADC is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 90 | 220 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.14 |
| HSL | 280.62º | 0.65% | 0.61% | - |
| HSV(B) | 280.62º | 0.59% | 0.86% | - |
| XYZ | 34.93 | 21.94 | 70.1 | - |
| YUV | 131.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 220 | 0.19 | 0.59 | 0 | 0.14 | 280.62 | 0.65 | 0.61 |
| Hex | B2 | 5A | DC | 13 | 3B | 0 | E | 119 | 41 | 3D |
| Octal | 262 | 132 | 334 | 23 | 73 | 0 | 16 | 431 | 101 | 75 |
| Binary | 10110010 | 1011010 | 11011100 | 10011 | 111011 | 0 | 1110 | 100011001 | 1000001 | 111101 |
Color Harmonies of #B25ADC
Complementary color
Monochromatic Colors of #B25ADC
Black with #B25ADC
Text Example
Text Example
White with #B25ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ADC; }
p { color: rgb(178,90,220); }
H1.HeaderClassName
{
color: #B25ADC;
}
.AnyTagClassName
{
color: #B25ADC;
}
</style>
background-color css
<style>
a { background-color: #B25ADC; }
a { background-color: rgb(178,90,220); }
div.DivClassName
{
background-color: #B25ADC;
}
.BgClassName
{
background-color: #B25ADC;
}
</style>
border-color css
<style>
span { border-color: #B25ADC; }
span { border-color: rgb(178,90,220); }
td.TdClassName
{
border-color: #B25ADC;
}
.TagClassName
{
border-color: #B25ADC;
}
</style>