Shades of Medium Orchid #B04CF2
Tints of Medium Orchid #B04CF2
RGB
CMYK
RGB Variations
Color information
#B04CF2 (or 0xB04CF2) is known color: Medium Orchid. HEX triplet: B0, 4C and F2. RGB value is (176,76,242). Sum of RGB (Red+Green+Blue) = 176+76+242=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #B04CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CF2 is #4FB30D. Grayscale: #7C7C7C. Windows color (decimal): -5223182 or 15879344. OLE color: 15879344.
HSL color Cylindrical-coordinate representation of color #B04CF2: hue angle of 276.14º degrees, saturation: 0.86, 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 #B04CF2 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 76 | 242 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.05 |
| HSL | 276.14º | 0.86% | 0.62% | - |
| HSV(B) | 276.14º | 0.69% | 0.95% | - |
| XYZ | 36.52 | 20.81 | 86.1 | - |
| YUV | 124.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 242 | 0.27 | 0.69 | 0 | 0.05 | 276.14 | 0.86 | 0.62 |
| Hex | B0 | 4C | F2 | 1B | 45 | 0 | 5 | 114 | 56 | 3E |
| Octal | 260 | 114 | 362 | 33 | 105 | 0 | 5 | 424 | 126 | 76 |
| Binary | 10110000 | 1001100 | 11110010 | 11011 | 1000101 | 0 | 101 | 100010100 | 1010110 | 111110 |
Color Harmonies of #B04CF2
Complementary color
Monochromatic Colors of #B04CF2
Black with #B04CF2
Text Example
Text Example
White with #B04CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CF2; }
p { color: rgb(176,76,242); }
H1.HeaderClassName
{
color: #B04CF2;
}
.AnyTagClassName
{
color: #B04CF2;
}
</style>
background-color css
<style>
a { background-color: #B04CF2; }
a { background-color: rgb(176,76,242); }
div.DivClassName
{
background-color: #B04CF2;
}
.BgClassName
{
background-color: #B04CF2;
}
</style>
border-color css
<style>
span { border-color: #B04CF2; }
span { border-color: rgb(176,76,242); }
td.TdClassName
{
border-color: #B04CF2;
}
.TagClassName
{
border-color: #B04CF2;
}
</style>