Shades of Medium Orchid #B03FF2
Tints of Medium Orchid #B03FF2
RGB
CMYK
RGB Variations
Color information
#B03FF2 (or 0xB03FF2) is known color: Medium Orchid. HEX triplet: B0, 3F and F2. RGB value is (176,63,242). Sum of RGB (Red+Green+Blue) = 176+63+242=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #B03FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FF2 is #4FC00D. Grayscale: #747474. Windows color (decimal): -5226510 or 15876016. OLE color: 15876016.
HSL color Cylindrical-coordinate representation of color #B03FF2: hue angle of 277.88º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03FF2 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 63 | 242 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.05 |
| HSL | 277.88º | 0.87% | 0.6% | - |
| HSV(B) | 277.88º | 0.74% | 0.95% | - |
| XYZ | 35.71 | 19.2 | 85.83 | - |
| YUV | 117.19 | 198.44 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 242 | 0.27 | 0.74 | 0 | 0.05 | 277.88 | 0.87 | 0.6 |
| Hex | B0 | 3F | F2 | 1B | 4A | 0 | 5 | 116 | 57 | 3C |
| Octal | 260 | 77 | 362 | 33 | 112 | 0 | 5 | 426 | 127 | 74 |
| Binary | 10110000 | 111111 | 11110010 | 11011 | 1001010 | 0 | 101 | 100010110 | 1010111 | 111100 |
Color Harmonies of #B03FF2
Complementary color
Monochromatic Colors of #B03FF2
Black with #B03FF2
Text Example
Text Example
White with #B03FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FF2; }
p { color: rgb(176,63,242); }
H1.HeaderClassName
{
color: #B03FF2;
}
.AnyTagClassName
{
color: #B03FF2;
}
</style>
background-color css
<style>
a { background-color: #B03FF2; }
a { background-color: rgb(176,63,242); }
div.DivClassName
{
background-color: #B03FF2;
}
.BgClassName
{
background-color: #B03FF2;
}
</style>
border-color css
<style>
span { border-color: #B03FF2; }
span { border-color: rgb(176,63,242); }
td.TdClassName
{
border-color: #B03FF2;
}
.TagClassName
{
border-color: #B03FF2;
}
</style>