Shades of Medium Orchid #B25BCA
Tints of Medium Orchid #B25BCA
RGB
CMYK
RGB Variations
Color information
#B25BCA (or 0xB25BCA) is known color: Medium Orchid. HEX triplet: B2, 5B and CA. RGB value is (178,91,202). Sum of RGB (Red+Green+Blue) = 178+91+202=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B25BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCA is #4DA435. Grayscale: #818181. Windows color (decimal): -5088310 or 13261746. OLE color: 13261746.
HSL color Cylindrical-coordinate representation of color #B25BCA: hue angle of 287.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25BCA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 91 | 202 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.21 |
| HSL | 287.03º | 0.51% | 0.57% | - |
| HSV(B) | 287.03º | 0.55% | 0.79% | - |
| XYZ | 32.76 | 21.21 | 58.24 | - |
| YUV | 129.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 202 | 0.12 | 0.55 | 0 | 0.21 | 287.03 | 0.51 | 0.57 |
| Hex | B2 | 5B | CA | C | 37 | 0 | 15 | 11F | 33 | 39 |
| Octal | 262 | 133 | 312 | 14 | 67 | 0 | 25 | 437 | 63 | 71 |
| Binary | 10110010 | 1011011 | 11001010 | 1100 | 110111 | 0 | 10101 | 100011111 | 110011 | 111001 |
Color Harmonies of #B25BCA
Complementary color
Monochromatic Colors of #B25BCA
Black with #B25BCA
Text Example
Text Example
White with #B25BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BCA; }
p { color: rgb(178,91,202); }
H1.HeaderClassName
{
color: #B25BCA;
}
.AnyTagClassName
{
color: #B25BCA;
}
</style>
background-color css
<style>
a { background-color: #B25BCA; }
a { background-color: rgb(178,91,202); }
div.DivClassName
{
background-color: #B25BCA;
}
.BgClassName
{
background-color: #B25BCA;
}
</style>
border-color css
<style>
span { border-color: #B25BCA; }
span { border-color: rgb(178,91,202); }
td.TdClassName
{
border-color: #B25BCA;
}
.TagClassName
{
border-color: #B25BCA;
}
</style>