Shades of Medium Orchid #B654DC
Tints of Medium Orchid #B654DC
RGB
CMYK
RGB Variations
Color information
#B654DC (or 0xB654DC) is known color: Medium Orchid. HEX triplet: B6, 54 and DC. RGB value is (182,84,220). Sum of RGB (Red+Green+Blue) = 182+84+220=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #B654DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654DC is #49AB23. Grayscale: #808080. Windows color (decimal): -4827940 or 14439606. OLE color: 14439606.
HSL color Cylindrical-coordinate representation of color #B654DC: hue angle of 283.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B654DC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 84 | 220 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.14 |
| HSL | 283.24º | 0.66% | 0.6% | - |
| HSV(B) | 283.24º | 0.62% | 0.86% | - |
| XYZ | 35.38 | 21.45 | 69.99 | - |
| YUV | 128.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 220 | 0.17 | 0.62 | 0 | 0.14 | 283.24 | 0.66 | 0.6 |
| Hex | B6 | 54 | DC | 11 | 3E | 0 | E | 11B | 42 | 3C |
| Octal | 266 | 124 | 334 | 21 | 76 | 0 | 16 | 433 | 102 | 74 |
| Binary | 10110110 | 1010100 | 11011100 | 10001 | 111110 | 0 | 1110 | 100011011 | 1000010 | 111100 |
Color Harmonies of #B654DC
Complementary color
Monochromatic Colors of #B654DC
Black with #B654DC
Text Example
Text Example
White with #B654DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654DC; }
p { color: rgb(182,84,220); }
H1.HeaderClassName
{
color: #B654DC;
}
.AnyTagClassName
{
color: #B654DC;
}
</style>
background-color css
<style>
a { background-color: #B654DC; }
a { background-color: rgb(182,84,220); }
div.DivClassName
{
background-color: #B654DC;
}
.BgClassName
{
background-color: #B654DC;
}
</style>
border-color css
<style>
span { border-color: #B654DC; }
span { border-color: rgb(182,84,220); }
td.TdClassName
{
border-color: #B654DC;
}
.TagClassName
{
border-color: #B654DC;
}
</style>