Shades of Medium Orchid #B13CEF
Tints of Medium Orchid #B13CEF
RGB
CMYK
RGB Variations
Color information
#B13CEF (or 0xB13CEF) is known color: Medium Orchid. HEX triplet: B1, 3C and EF. RGB value is (177,60,239). Sum of RGB (Red+Green+Blue) = 177+60+239=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #B13CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CEF is #4EC310. Grayscale: #727272. Windows color (decimal): -5161745 or 15678641. OLE color: 15678641.
HSL color Cylindrical-coordinate representation of color #B13CEF: hue angle of 279.22º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13CEF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 60 | 239 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.06 |
| HSL | 279.22º | 0.85% | 0.59% | - |
| HSV(B) | 279.22º | 0.75% | 0.94% | - |
| XYZ | 35.33 | 18.81 | 83.43 | - |
| YUV | 115.39 | 197.76 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 239 | 0.26 | 0.75 | 0 | 0.06 | 279.22 | 0.85 | 0.59 |
| Hex | B1 | 3C | EF | 1A | 4B | 0 | 6 | 117 | 55 | 3B |
| Octal | 261 | 74 | 357 | 32 | 113 | 0 | 6 | 427 | 125 | 73 |
| Binary | 10110001 | 111100 | 11101111 | 11010 | 1001011 | 0 | 110 | 100010111 | 1010101 | 111011 |
Color Harmonies of #B13CEF
Complementary color
Monochromatic Colors of #B13CEF
Black with #B13CEF
Text Example
Text Example
White with #B13CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CEF; }
p { color: rgb(177,60,239); }
H1.HeaderClassName
{
color: #B13CEF;
}
.AnyTagClassName
{
color: #B13CEF;
}
</style>
background-color css
<style>
a { background-color: #B13CEF; }
a { background-color: rgb(177,60,239); }
div.DivClassName
{
background-color: #B13CEF;
}
.BgClassName
{
background-color: #B13CEF;
}
</style>
border-color css
<style>
span { border-color: #B13CEF; }
span { border-color: rgb(177,60,239); }
td.TdClassName
{
border-color: #B13CEF;
}
.TagClassName
{
border-color: #B13CEF;
}
</style>