Shades of Medium Orchid #B654FA
Tints of Medium Orchid #B654FA
RGB
CMYK
RGB Variations
Color information
#B654FA (or 0xB654FA) is known color: Medium Orchid. HEX triplet: B6, 54 and FA. RGB value is (182,84,250). Sum of RGB (Red+Green+Blue) = 182+84+250=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B654FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654FA is #49AB05. Grayscale: #838383. Windows color (decimal): -4827910 or 16405686. OLE color: 16405686.
HSL color Cylindrical-coordinate representation of color #B654FA: hue angle of 275.42º 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 #B654FA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 84 | 250 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.02 |
| HSL | 275.42º | 0.94% | 0.65% | - |
| HSV(B) | 275.42º | 0.66% | 0.98% | - |
| XYZ | 39.72 | 23.19 | 92.82 | - |
| YUV | 132.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 250 | 0.27 | 0.66 | 0 | 0.02 | 275.42 | 0.94 | 0.65 |
| Hex | B6 | 54 | FA | 1B | 42 | 0 | 2 | 113 | 5E | 41 |
| Octal | 266 | 124 | 372 | 33 | 102 | 0 | 2 | 423 | 136 | 101 |
| Binary | 10110110 | 1010100 | 11111010 | 11011 | 1000010 | 0 | 10 | 100010011 | 1011110 | 1000001 |
Color Harmonies of #B654FA
Complementary color
Monochromatic Colors of #B654FA
Black with #B654FA
Text Example
Text Example
White with #B654FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654FA; }
p { color: rgb(182,84,250); }
H1.HeaderClassName
{
color: #B654FA;
}
.AnyTagClassName
{
color: #B654FA;
}
</style>
background-color css
<style>
a { background-color: #B654FA; }
a { background-color: rgb(182,84,250); }
div.DivClassName
{
background-color: #B654FA;
}
.BgClassName
{
background-color: #B654FA;
}
</style>
border-color css
<style>
span { border-color: #B654FA; }
span { border-color: rgb(182,84,250); }
td.TdClassName
{
border-color: #B654FA;
}
.TagClassName
{
border-color: #B654FA;
}
</style>