Shades of Medium Orchid #B13DED
Tints of Medium Orchid #B13DED
RGB
CMYK
RGB Variations
Color information
#B13DED (or 0xB13DED) is known color: Medium Orchid. HEX triplet: B1, 3D and ED. RGB value is (177,61,237). Sum of RGB (Red+Green+Blue) = 177+61+237=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #B13DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DED is #4EC212. Grayscale: #737373. Windows color (decimal): -5161491 or 15547825. OLE color: 15547825.
HSL color Cylindrical-coordinate representation of color #B13DED: hue angle of 279.55º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13DED is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 61 | 237 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.07 |
| HSL | 279.55º | 0.83% | 0.58% | - |
| HSV(B) | 279.55º | 0.74% | 0.93% | - |
| XYZ | 35.09 | 18.8 | 81.9 | - |
| YUV | 115.75 | 196.43 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 237 | 0.25 | 0.74 | 0 | 0.07 | 279.55 | 0.83 | 0.58 |
| Hex | B1 | 3D | ED | 19 | 4A | 0 | 7 | 118 | 53 | 3A |
| Octal | 261 | 75 | 355 | 31 | 112 | 0 | 7 | 430 | 123 | 72 |
| Binary | 10110001 | 111101 | 11101101 | 11001 | 1001010 | 0 | 111 | 100011000 | 1010011 | 111010 |
Color Harmonies of #B13DED
Complementary color
Monochromatic Colors of #B13DED
Black with #B13DED
Text Example
Text Example
White with #B13DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DED; }
p { color: rgb(177,61,237); }
H1.HeaderClassName
{
color: #B13DED;
}
.AnyTagClassName
{
color: #B13DED;
}
</style>
background-color css
<style>
a { background-color: #B13DED; }
a { background-color: rgb(177,61,237); }
div.DivClassName
{
background-color: #B13DED;
}
.BgClassName
{
background-color: #B13DED;
}
</style>
border-color css
<style>
span { border-color: #B13DED; }
span { border-color: rgb(177,61,237); }
td.TdClassName
{
border-color: #B13DED;
}
.TagClassName
{
border-color: #B13DED;
}
</style>