Shades of Medium Orchid #B13FFD
Tints of Medium Orchid #B13FFD
RGB
CMYK
RGB Variations
Color information
#B13FFD (or 0xB13FFD) is known color: Medium Orchid. HEX triplet: B1, 3F and FD. RGB value is (177,63,253). Sum of RGB (Red+Green+Blue) = 177+63+253=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #B13FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFD is #4EC002. Grayscale: #767676. Windows color (decimal): -5160963 or 16596913. OLE color: 16596913.
HSL color Cylindrical-coordinate representation of color #B13FFD: hue angle of 276º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFD is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 63 | 253 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.01 |
| HSL | 276º | 0.98% | 0.62% | - |
| HSV(B) | 276º | 0.75% | 0.99% | - |
| XYZ | 37.64 | 19.99 | 94.8 | - |
| YUV | 118.75 | 203.77 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 253 | 0.30 | 0.75 | 0 | 0.01 | 276 | 0.98 | 0.62 |
| Hex | B1 | 3F | FD | 1E | 4B | 0 | 1 | 114 | 62 | 3E |
| Octal | 261 | 77 | 375 | 36 | 113 | 0 | 1 | 424 | 142 | 76 |
| Binary | 10110001 | 111111 | 11111101 | 11110 | 1001011 | 0 | 1 | 100010100 | 1100010 | 111110 |
Color Harmonies of #B13FFD
Complementary color
Monochromatic Colors of #B13FFD
Black with #B13FFD
Text Example
Text Example
White with #B13FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FFD; }
p { color: rgb(177,63,253); }
H1.HeaderClassName
{
color: #B13FFD;
}
.AnyTagClassName
{
color: #B13FFD;
}
</style>
background-color css
<style>
a { background-color: #B13FFD; }
a { background-color: rgb(177,63,253); }
div.DivClassName
{
background-color: #B13FFD;
}
.BgClassName
{
background-color: #B13FFD;
}
</style>
border-color css
<style>
span { border-color: #B13FFD; }
span { border-color: rgb(177,63,253); }
td.TdClassName
{
border-color: #B13FFD;
}
.TagClassName
{
border-color: #B13FFD;
}
</style>