Shades of Medium Orchid #B254DF
Tints of Medium Orchid #B254DF
RGB
CMYK
RGB Variations
Color information
#B254DF (or 0xB254DF) is known color: Medium Orchid. HEX triplet: B2, 54 and DF. RGB value is (178,84,223). Sum of RGB (Red+Green+Blue) = 178+84+223=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B254DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254DF is #4DAB20. Grayscale: #7F7F7F. Windows color (decimal): -5090081 or 14636210. OLE color: 14636210.
HSL color Cylindrical-coordinate representation of color #B254DF: hue angle of 280.58º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B254DF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 84 | 223 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.13 |
| HSL | 280.58º | 0.68% | 0.6% | - |
| HSV(B) | 280.58º | 0.62% | 0.87% | - |
| XYZ | 34.85 | 21.13 | 72.05 | - |
| YUV | 127.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 223 | 0.20 | 0.62 | 0 | 0.13 | 280.58 | 0.68 | 0.6 |
| Hex | B2 | 54 | DF | 14 | 3E | 0 | D | 119 | 44 | 3C |
| Octal | 262 | 124 | 337 | 24 | 76 | 0 | 15 | 431 | 104 | 74 |
| Binary | 10110010 | 1010100 | 11011111 | 10100 | 111110 | 0 | 1101 | 100011001 | 1000100 | 111100 |
Color Harmonies of #B254DF
Complementary color
Monochromatic Colors of #B254DF
Black with #B254DF
Text Example
Text Example
White with #B254DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B254DF; }
p { color: rgb(178,84,223); }
H1.HeaderClassName
{
color: #B254DF;
}
.AnyTagClassName
{
color: #B254DF;
}
</style>
background-color css
<style>
a { background-color: #B254DF; }
a { background-color: rgb(178,84,223); }
div.DivClassName
{
background-color: #B254DF;
}
.BgClassName
{
background-color: #B254DF;
}
</style>
border-color css
<style>
span { border-color: #B254DF; }
span { border-color: rgb(178,84,223); }
td.TdClassName
{
border-color: #B254DF;
}
.TagClassName
{
border-color: #B254DF;
}
</style>