Shades of Medium Orchid #B04AF3
Tints of Medium Orchid #B04AF3
RGB
CMYK
RGB Variations
Color information
#B04AF3 (or 0xB04AF3) is known color: Medium Orchid. HEX triplet: B0, 4A and F3. RGB value is (176,74,243). Sum of RGB (Red+Green+Blue) = 176+74+243=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #B04AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AF3 is #4FB50C. Grayscale: #7B7B7B. Windows color (decimal): -5223693 or 15944368. OLE color: 15944368.
HSL color Cylindrical-coordinate representation of color #B04AF3: hue angle of 276.21º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04AF3 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 74 | 243 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.05 |
| HSL | 276.21º | 0.88% | 0.62% | - |
| HSV(B) | 276.21º | 0.7% | 0.95% | - |
| XYZ | 36.53 | 20.6 | 86.84 | - |
| YUV | 123.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 243 | 0.28 | 0.70 | 0 | 0.05 | 276.21 | 0.88 | 0.62 |
| Hex | B0 | 4A | F3 | 1C | 46 | 0 | 5 | 114 | 58 | 3E |
| Octal | 260 | 112 | 363 | 34 | 106 | 0 | 5 | 424 | 130 | 76 |
| Binary | 10110000 | 1001010 | 11110011 | 11100 | 1000110 | 0 | 101 | 100010100 | 1011000 | 111110 |
Color Harmonies of #B04AF3
Complementary color
Monochromatic Colors of #B04AF3
Black with #B04AF3
Text Example
Text Example
White with #B04AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AF3; }
p { color: rgb(176,74,243); }
H1.HeaderClassName
{
color: #B04AF3;
}
.AnyTagClassName
{
color: #B04AF3;
}
</style>
background-color css
<style>
a { background-color: #B04AF3; }
a { background-color: rgb(176,74,243); }
div.DivClassName
{
background-color: #B04AF3;
}
.BgClassName
{
background-color: #B04AF3;
}
</style>
border-color css
<style>
span { border-color: #B04AF3; }
span { border-color: rgb(176,74,243); }
td.TdClassName
{
border-color: #B04AF3;
}
.TagClassName
{
border-color: #B04AF3;
}
</style>