Shades of Medium Orchid #B13EFA
Tints of Medium Orchid #B13EFA
RGB
CMYK
RGB Variations
Color information
#B13EFA (or 0xB13EFA) is known color: Medium Orchid. HEX triplet: B1, 3E and FA. RGB value is (177,62,250). Sum of RGB (Red+Green+Blue) = 177+62+250=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #B13EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13EFA is #4EC105. Grayscale: #757575. Windows color (decimal): -5161222 or 16400049. OLE color: 16400049.
HSL color Cylindrical-coordinate representation of color #B13EFA: hue angle of 276.7º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13EFA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 62 | 250 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.02 |
| HSL | 276.7º | 0.95% | 0.61% | - |
| HSV(B) | 276.7º | 0.75% | 0.98% | - |
| XYZ | 37.11 | 19.69 | 92.29 | - |
| YUV | 117.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 250 | 0.29 | 0.75 | 0 | 0.02 | 276.7 | 0.95 | 0.61 |
| Hex | B1 | 3E | FA | 1D | 4B | 0 | 2 | 115 | 5F | 3D |
| Octal | 261 | 76 | 372 | 35 | 113 | 0 | 2 | 425 | 137 | 75 |
| Binary | 10110001 | 111110 | 11111010 | 11101 | 1001011 | 0 | 10 | 100010101 | 1011111 | 111101 |
Color Harmonies of #B13EFA
Complementary color
Monochromatic Colors of #B13EFA
Black with #B13EFA
Text Example
Text Example
White with #B13EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13EFA; }
p { color: rgb(177,62,250); }
H1.HeaderClassName
{
color: #B13EFA;
}
.AnyTagClassName
{
color: #B13EFA;
}
</style>
background-color css
<style>
a { background-color: #B13EFA; }
a { background-color: rgb(177,62,250); }
div.DivClassName
{
background-color: #B13EFA;
}
.BgClassName
{
background-color: #B13EFA;
}
</style>
border-color css
<style>
span { border-color: #B13EFA; }
span { border-color: rgb(177,62,250); }
td.TdClassName
{
border-color: #B13EFA;
}
.TagClassName
{
border-color: #B13EFA;
}
</style>