Shades of Medium Orchid #B03FEF
Tints of Medium Orchid #B03FEF
RGB
CMYK
RGB Variations
Color information
#B03FEF (or 0xB03FEF) is known color: Medium Orchid. HEX triplet: B0, 3F and EF. RGB value is (176,63,239). Sum of RGB (Red+Green+Blue) = 176+63+239=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #B03FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FEF is #4FC010. Grayscale: #747474. Windows color (decimal): -5226513 or 15679408. OLE color: 15679408.
HSL color Cylindrical-coordinate representation of color #B03FEF: hue angle of 278.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03FEF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 63 | 239 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.06 |
| HSL | 278.52º | 0.85% | 0.59% | - |
| HSV(B) | 278.52º | 0.74% | 0.94% | - |
| XYZ | 35.26 | 19.02 | 83.47 | - |
| YUV | 116.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 239 | 0.26 | 0.74 | 0 | 0.06 | 278.52 | 0.85 | 0.59 |
| Hex | B0 | 3F | EF | 1A | 4A | 0 | 6 | 117 | 55 | 3B |
| Octal | 260 | 77 | 357 | 32 | 112 | 0 | 6 | 427 | 125 | 73 |
| Binary | 10110000 | 111111 | 11101111 | 11010 | 1001010 | 0 | 110 | 100010111 | 1010101 | 111011 |
Color Harmonies of #B03FEF
Complementary color
Monochromatic Colors of #B03FEF
Black with #B03FEF
Text Example
Text Example
White with #B03FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FEF; }
p { color: rgb(176,63,239); }
H1.HeaderClassName
{
color: #B03FEF;
}
.AnyTagClassName
{
color: #B03FEF;
}
</style>
background-color css
<style>
a { background-color: #B03FEF; }
a { background-color: rgb(176,63,239); }
div.DivClassName
{
background-color: #B03FEF;
}
.BgClassName
{
background-color: #B03FEF;
}
</style>
border-color css
<style>
span { border-color: #B03FEF; }
span { border-color: rgb(176,63,239); }
td.TdClassName
{
border-color: #B03FEF;
}
.TagClassName
{
border-color: #B03FEF;
}
</style>