Shades of Medium Orchid #B462DD
Tints of Medium Orchid #B462DD
RGB
CMYK
RGB Variations
Color information
#B462DD (or 0xB462DD) is known color: Medium Orchid. HEX triplet: B4, 62 and DD. RGB value is (180,98,221). Sum of RGB (Red+Green+Blue) = 180+98+221=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #B462DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462DD is #4B9D22. Grayscale: #888888. Windows color (decimal): -4955427 or 14508724. OLE color: 14508724.
HSL color Cylindrical-coordinate representation of color #B462DD: hue angle of 280º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B462DD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 98 | 221 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.13 |
| HSL | 280º | 0.64% | 0.63% | - |
| HSV(B) | 280º | 0.56% | 0.87% | - |
| XYZ | 36.24 | 23.66 | 71.06 | - |
| YUV | 136.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 221 | 0.19 | 0.56 | 0 | 0.13 | 280 | 0.64 | 0.63 |
| Hex | B4 | 62 | DD | 13 | 38 | 0 | D | 118 | 40 | 3F |
| Octal | 264 | 142 | 335 | 23 | 70 | 0 | 15 | 430 | 100 | 77 |
| Binary | 10110100 | 1100010 | 11011101 | 10011 | 111000 | 0 | 1101 | 100011000 | 1000000 | 111111 |
Color Harmonies of #B462DD
Complementary color
Monochromatic Colors of #B462DD
Black with #B462DD
Text Example
Text Example
White with #B462DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B462DD; }
p { color: rgb(180,98,221); }
H1.HeaderClassName
{
color: #B462DD;
}
.AnyTagClassName
{
color: #B462DD;
}
</style>
background-color css
<style>
a { background-color: #B462DD; }
a { background-color: rgb(180,98,221); }
div.DivClassName
{
background-color: #B462DD;
}
.BgClassName
{
background-color: #B462DD;
}
</style>
border-color css
<style>
span { border-color: #B462DD; }
span { border-color: rgb(180,98,221); }
td.TdClassName
{
border-color: #B462DD;
}
.TagClassName
{
border-color: #B462DD;
}
</style>