Shades of Medium Orchid #B04BED
Tints of Medium Orchid #B04BED
RGB
CMYK
RGB Variations
Color information
#B04BED (or 0xB04BED) is known color: Medium Orchid. HEX triplet: B0, 4B and ED. RGB value is (176,75,237). Sum of RGB (Red+Green+Blue) = 176+75+237=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #B04BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BED is #4FB412. Grayscale: #7B7B7B. Windows color (decimal): -5223443 or 15551408. OLE color: 15551408.
HSL color Cylindrical-coordinate representation of color #B04BED: hue angle of 277.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04BED is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 75 | 237 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.07 |
| HSL | 277.41º | 0.82% | 0.61% | - |
| HSV(B) | 277.41º | 0.68% | 0.93% | - |
| XYZ | 35.71 | 20.38 | 82.17 | - |
| YUV | 123.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 237 | 0.26 | 0.68 | 0 | 0.07 | 277.41 | 0.82 | 0.61 |
| Hex | B0 | 4B | ED | 1A | 44 | 0 | 7 | 115 | 52 | 3D |
| Octal | 260 | 113 | 355 | 32 | 104 | 0 | 7 | 425 | 122 | 75 |
| Binary | 10110000 | 1001011 | 11101101 | 11010 | 1000100 | 0 | 111 | 100010101 | 1010010 | 111101 |
Color Harmonies of #B04BED
Complementary color
Monochromatic Colors of #B04BED
Black with #B04BED
Text Example
Text Example
White with #B04BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BED; }
p { color: rgb(176,75,237); }
H1.HeaderClassName
{
color: #B04BED;
}
.AnyTagClassName
{
color: #B04BED;
}
</style>
background-color css
<style>
a { background-color: #B04BED; }
a { background-color: rgb(176,75,237); }
div.DivClassName
{
background-color: #B04BED;
}
.BgClassName
{
background-color: #B04BED;
}
</style>
border-color css
<style>
span { border-color: #B04BED; }
span { border-color: rgb(176,75,237); }
td.TdClassName
{
border-color: #B04BED;
}
.TagClassName
{
border-color: #B04BED;
}
</style>