Shades of Medium Orchid #B154FA
Tints of Medium Orchid #B154FA
RGB
CMYK
RGB Variations
Color information
#B154FA (or 0xB154FA) is known color: Medium Orchid. HEX triplet: B1, 54 and FA. RGB value is (177,84,250). Sum of RGB (Red+Green+Blue) = 177+84+250=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #B154FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154FA is #4EAB05. Grayscale: #828282. Windows color (decimal): -5155590 or 16405681. OLE color: 16405681.
HSL color Cylindrical-coordinate representation of color #B154FA: hue angle of 273.61º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B154FA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 84 | 250 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.02 |
| HSL | 273.61º | 0.94% | 0.65% | - |
| HSV(B) | 273.61º | 0.66% | 0.98% | - |
| XYZ | 38.56 | 22.59 | 92.77 | - |
| YUV | 130.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 250 | 0.29 | 0.66 | 0 | 0.02 | 273.61 | 0.94 | 0.65 |
| Hex | B1 | 54 | FA | 1D | 42 | 0 | 2 | 112 | 5E | 41 |
| Octal | 261 | 124 | 372 | 35 | 102 | 0 | 2 | 422 | 136 | 101 |
| Binary | 10110001 | 1010100 | 11111010 | 11101 | 1000010 | 0 | 10 | 100010010 | 1011110 | 1000001 |
Color Harmonies of #B154FA
Complementary color
Monochromatic Colors of #B154FA
Black with #B154FA
Text Example
Text Example
White with #B154FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154FA; }
p { color: rgb(177,84,250); }
H1.HeaderClassName
{
color: #B154FA;
}
.AnyTagClassName
{
color: #B154FA;
}
</style>
background-color css
<style>
a { background-color: #B154FA; }
a { background-color: rgb(177,84,250); }
div.DivClassName
{
background-color: #B154FA;
}
.BgClassName
{
background-color: #B154FA;
}
</style>
border-color css
<style>
span { border-color: #B154FA; }
span { border-color: rgb(177,84,250); }
td.TdClassName
{
border-color: #B154FA;
}
.TagClassName
{
border-color: #B154FA;
}
</style>