Shades of Medium Orchid #B254DD
Tints of Medium Orchid #B254DD
RGB
CMYK
RGB Variations
Color information
#B254DD (or 0xB254DD) is known color: Medium Orchid. HEX triplet: B2, 54 and DD. RGB value is (178,84,221). Sum of RGB (Red+Green+Blue) = 178+84+221=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B254DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254DD is #4DAB22. Grayscale: #7F7F7F. Windows color (decimal): -5090083 or 14505138. OLE color: 14505138.
HSL color Cylindrical-coordinate representation of color #B254DD: hue angle of 281.17º degrees, saturation: 0.67, 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 #B254DD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 84 | 221 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.13 |
| HSL | 281.17º | 0.67% | 0.6% | - |
| HSV(B) | 281.17º | 0.62% | 0.87% | - |
| XYZ | 34.58 | 21.03 | 70.64 | - |
| YUV | 127.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 221 | 0.19 | 0.62 | 0 | 0.13 | 281.17 | 0.67 | 0.6 |
| Hex | B2 | 54 | DD | 13 | 3E | 0 | D | 119 | 43 | 3C |
| Octal | 262 | 124 | 335 | 23 | 76 | 0 | 15 | 431 | 103 | 74 |
| Binary | 10110010 | 1010100 | 11011101 | 10011 | 111110 | 0 | 1101 | 100011001 | 1000011 | 111100 |
Color Harmonies of #B254DD
Complementary color
Monochromatic Colors of #B254DD
Black with #B254DD
Text Example
Text Example
White with #B254DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B254DD; }
p { color: rgb(178,84,221); }
H1.HeaderClassName
{
color: #B254DD;
}
.AnyTagClassName
{
color: #B254DD;
}
</style>
background-color css
<style>
a { background-color: #B254DD; }
a { background-color: rgb(178,84,221); }
div.DivClassName
{
background-color: #B254DD;
}
.BgClassName
{
background-color: #B254DD;
}
</style>
border-color css
<style>
span { border-color: #B254DD; }
span { border-color: rgb(178,84,221); }
td.TdClassName
{
border-color: #B254DD;
}
.TagClassName
{
border-color: #B254DD;
}
</style>