Shades of Medium Orchid #B849F2
Tints of Medium Orchid #B849F2
RGB
CMYK
RGB Variations
Color information
#B849F2 (or 0xB849F2) is known color: Medium Orchid. HEX triplet: B8, 49 and F2. RGB value is (184,73,242). Sum of RGB (Red+Green+Blue) = 184+73+242=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #B849F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849F2 is #47B60D. Grayscale: #7C7C7C. Windows color (decimal): -4699662 or 15878584. OLE color: 15878584.
HSL color Cylindrical-coordinate representation of color #B849F2: hue angle of 279.41º degrees, saturation: 0.87, 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 #B849F2 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 73 | 242 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.05 |
| HSL | 279.41º | 0.87% | 0.62% | - |
| HSV(B) | 279.41º | 0.7% | 0.95% | - |
| XYZ | 38.18 | 21.37 | 86.12 | - |
| YUV | 125.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 242 | 0.24 | 0.70 | 0 | 0.05 | 279.41 | 0.87 | 0.62 |
| Hex | B8 | 49 | F2 | 18 | 46 | 0 | 5 | 117 | 57 | 3E |
| Octal | 270 | 111 | 362 | 30 | 106 | 0 | 5 | 427 | 127 | 76 |
| Binary | 10111000 | 1001001 | 11110010 | 11000 | 1000110 | 0 | 101 | 100010111 | 1010111 | 111110 |
Color Harmonies of #B849F2
Complementary color
Monochromatic Colors of #B849F2
Black with #B849F2
Text Example
Text Example
White with #B849F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849F2; }
p { color: rgb(184,73,242); }
H1.HeaderClassName
{
color: #B849F2;
}
.AnyTagClassName
{
color: #B849F2;
}
</style>
background-color css
<style>
a { background-color: #B849F2; }
a { background-color: rgb(184,73,242); }
div.DivClassName
{
background-color: #B849F2;
}
.BgClassName
{
background-color: #B849F2;
}
</style>
border-color css
<style>
span { border-color: #B849F2; }
span { border-color: rgb(184,73,242); }
td.TdClassName
{
border-color: #B849F2;
}
.TagClassName
{
border-color: #B849F2;
}
</style>