Shades of Medium Orchid #B04BFF
Tints of Medium Orchid #B04BFF
RGB
CMYK
RGB Variations
Color information
#B04BFF (or 0xB04BFF) is known color: Medium Orchid. HEX triplet: B0, 4B and FF. RGB value is (176,75,255). Sum of RGB (Red+Green+Blue) = 176+75+255=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B04BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BFF is #4FB400. Grayscale: #7D7D7D. Windows color (decimal): -5223425 or 16731056. OLE color: 16731056.
HSL color Cylindrical-coordinate representation of color #B04BFF: hue angle of 273.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B04BFF is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 75 | 255 | - |
| CMYK | 0.31 | 0.71 | 0 | 0 |
| HSL | 273.67º | 1% | 0.65% | - |
| HSV(B) | 273.67º | 0.71% | 1% | - |
| XYZ | 38.47 | 21.48 | 96.73 | - |
| YUV | 125.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 255 | 0.31 | 0.71 | 0 | 0 | 273.67 | 1 | 0.65 |
| Hex | B0 | 4B | FF | 1F | 47 | 0 | 0 | 112 | 64 | 41 |
| Octal | 260 | 113 | 377 | 37 | 107 | 0 | 0 | 422 | 144 | 101 |
| Binary | 10110000 | 1001011 | 11111111 | 11111 | 1000111 | 0 | 0 | 100010010 | 1100100 | 1000001 |
Color Harmonies of #B04BFF
Complementary color
Monochromatic Colors of #B04BFF
Black with #B04BFF
Text Example
Text Example
White with #B04BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BFF; }
p { color: rgb(176,75,255); }
H1.HeaderClassName
{
color: #B04BFF;
}
.AnyTagClassName
{
color: #B04BFF;
}
</style>
background-color css
<style>
a { background-color: #B04BFF; }
a { background-color: rgb(176,75,255); }
div.DivClassName
{
background-color: #B04BFF;
}
.BgClassName
{
background-color: #B04BFF;
}
</style>
border-color css
<style>
span { border-color: #B04BFF; }
span { border-color: rgb(176,75,255); }
td.TdClassName
{
border-color: #B04BFF;
}
.TagClassName
{
border-color: #B04BFF;
}
</style>