Shades of Medium Orchid #B04BF2
Tints of Medium Orchid #B04BF2
RGB
CMYK
RGB Variations
Color information
#B04BF2 (or 0xB04BF2) is known color: Medium Orchid. HEX triplet: B0, 4B and F2. RGB value is (176,75,242). Sum of RGB (Red+Green+Blue) = 176+75+242=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #B04BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BF2 is #4FB40D. Grayscale: #7B7B7B. Windows color (decimal): -5223438 or 15879088. OLE color: 15879088.
HSL color Cylindrical-coordinate representation of color #B04BF2: hue angle of 276.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04BF2 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 75 | 242 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.05 |
| HSL | 276.29º | 0.87% | 0.62% | - |
| HSV(B) | 276.29º | 0.69% | 0.95% | - |
| XYZ | 36.45 | 20.67 | 86.07 | - |
| YUV | 124.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 242 | 0.27 | 0.69 | 0 | 0.05 | 276.29 | 0.87 | 0.62 |
| Hex | B0 | 4B | F2 | 1B | 45 | 0 | 5 | 114 | 57 | 3E |
| Octal | 260 | 113 | 362 | 33 | 105 | 0 | 5 | 424 | 127 | 76 |
| Binary | 10110000 | 1001011 | 11110010 | 11011 | 1000101 | 0 | 101 | 100010100 | 1010111 | 111110 |
Color Harmonies of #B04BF2
Complementary color
Monochromatic Colors of #B04BF2
Black with #B04BF2
Text Example
Text Example
White with #B04BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BF2; }
p { color: rgb(176,75,242); }
H1.HeaderClassName
{
color: #B04BF2;
}
.AnyTagClassName
{
color: #B04BF2;
}
</style>
background-color css
<style>
a { background-color: #B04BF2; }
a { background-color: rgb(176,75,242); }
div.DivClassName
{
background-color: #B04BF2;
}
.BgClassName
{
background-color: #B04BF2;
}
</style>
border-color css
<style>
span { border-color: #B04BF2; }
span { border-color: rgb(176,75,242); }
td.TdClassName
{
border-color: #B04BF2;
}
.TagClassName
{
border-color: #B04BF2;
}
</style>