Shades of Medium Orchid #B462DF
Tints of Medium Orchid #B462DF
RGB
CMYK
RGB Variations
Color information
#B462DF (or 0xB462DF) is known color: Medium Orchid. HEX triplet: B4, 62 and DF. RGB value is (180,98,223). Sum of RGB (Red+Green+Blue) = 180+98+223=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #B462DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462DF is #4B9D20. Grayscale: #888888. Windows color (decimal): -4955425 or 14639796. OLE color: 14639796.
HSL color Cylindrical-coordinate representation of color #B462DF: hue angle of 279.36º degrees, saturation: 0.66, 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 #B462DF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 98 | 223 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.13 |
| HSL | 279.36º | 0.66% | 0.63% | - |
| HSV(B) | 279.36º | 0.56% | 0.87% | - |
| XYZ | 36.51 | 23.77 | 72.48 | - |
| YUV | 136.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 223 | 0.19 | 0.56 | 0 | 0.13 | 279.36 | 0.66 | 0.63 |
| Hex | B4 | 62 | DF | 13 | 38 | 0 | D | 117 | 42 | 3F |
| Octal | 264 | 142 | 337 | 23 | 70 | 0 | 15 | 427 | 102 | 77 |
| Binary | 10110100 | 1100010 | 11011111 | 10011 | 111000 | 0 | 1101 | 100010111 | 1000010 | 111111 |
Color Harmonies of #B462DF
Complementary color
Monochromatic Colors of #B462DF
Black with #B462DF
Text Example
Text Example
White with #B462DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B462DF; }
p { color: rgb(180,98,223); }
H1.HeaderClassName
{
color: #B462DF;
}
.AnyTagClassName
{
color: #B462DF;
}
</style>
background-color css
<style>
a { background-color: #B462DF; }
a { background-color: rgb(180,98,223); }
div.DivClassName
{
background-color: #B462DF;
}
.BgClassName
{
background-color: #B462DF;
}
</style>
border-color css
<style>
span { border-color: #B462DF; }
span { border-color: rgb(180,98,223); }
td.TdClassName
{
border-color: #B462DF;
}
.TagClassName
{
border-color: #B462DF;
}
</style>