Shades of Medium Orchid #B13CEA
Tints of Medium Orchid #B13CEA
RGB
CMYK
RGB Variations
Color information
#B13CEA (or 0xB13CEA) is known color: Medium Orchid. HEX triplet: B1, 3C and EA. RGB value is (177,60,234). Sum of RGB (Red+Green+Blue) = 177+60+234=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #B13CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CEA is #4EC315. Grayscale: #727272. Windows color (decimal): -5161750 or 15350961. OLE color: 15350961.
HSL color Cylindrical-coordinate representation of color #B13CEA: hue angle of 280.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13CEA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 60 | 234 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.08 |
| HSL | 280.34º | 0.81% | 0.58% | - |
| HSV(B) | 280.34º | 0.74% | 0.92% | - |
| XYZ | 34.6 | 18.52 | 79.59 | - |
| YUV | 114.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 234 | 0.24 | 0.74 | 0 | 0.08 | 280.34 | 0.81 | 0.58 |
| Hex | B1 | 3C | EA | 18 | 4A | 0 | 8 | 118 | 51 | 3A |
| Octal | 261 | 74 | 352 | 30 | 112 | 0 | 10 | 430 | 121 | 72 |
| Binary | 10110001 | 111100 | 11101010 | 11000 | 1001010 | 0 | 1000 | 100011000 | 1010001 | 111010 |
Color Harmonies of #B13CEA
Complementary color
Monochromatic Colors of #B13CEA
Black with #B13CEA
Text Example
Text Example
White with #B13CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CEA; }
p { color: rgb(177,60,234); }
H1.HeaderClassName
{
color: #B13CEA;
}
.AnyTagClassName
{
color: #B13CEA;
}
</style>
background-color css
<style>
a { background-color: #B13CEA; }
a { background-color: rgb(177,60,234); }
div.DivClassName
{
background-color: #B13CEA;
}
.BgClassName
{
background-color: #B13CEA;
}
</style>
border-color css
<style>
span { border-color: #B13CEA; }
span { border-color: rgb(177,60,234); }
td.TdClassName
{
border-color: #B13CEA;
}
.TagClassName
{
border-color: #B13CEA;
}
</style>