Shades of Medium Orchid #B453DF
Tints of Medium Orchid #B453DF
RGB
CMYK
RGB Variations
Color information
#B453DF (or 0xB453DF) is known color: Medium Orchid. HEX triplet: B4, 53 and DF. RGB value is (180,83,223). Sum of RGB (Red+Green+Blue) = 180+83+223=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B453DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453DF is #4BAC20. Grayscale: #7F7F7F. Windows color (decimal): -4959265 or 14635956. OLE color: 14635956.
HSL color Cylindrical-coordinate representation of color #B453DF: hue angle of 281.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B453DF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 83 | 223 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.13 |
| HSL | 281.57º | 0.69% | 0.6% | - |
| HSV(B) | 281.57º | 0.63% | 0.87% | - |
| XYZ | 35.23 | 21.22 | 72.05 | - |
| YUV | 127.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 223 | 0.19 | 0.63 | 0 | 0.13 | 281.57 | 0.69 | 0.6 |
| Hex | B4 | 53 | DF | 13 | 3F | 0 | D | 11A | 45 | 3C |
| Octal | 264 | 123 | 337 | 23 | 77 | 0 | 15 | 432 | 105 | 74 |
| Binary | 10110100 | 1010011 | 11011111 | 10011 | 111111 | 0 | 1101 | 100011010 | 1000101 | 111100 |
Color Harmonies of #B453DF
Complementary color
Monochromatic Colors of #B453DF
Black with #B453DF
Text Example
Text Example
White with #B453DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453DF; }
p { color: rgb(180,83,223); }
H1.HeaderClassName
{
color: #B453DF;
}
.AnyTagClassName
{
color: #B453DF;
}
</style>
background-color css
<style>
a { background-color: #B453DF; }
a { background-color: rgb(180,83,223); }
div.DivClassName
{
background-color: #B453DF;
}
.BgClassName
{
background-color: #B453DF;
}
</style>
border-color css
<style>
span { border-color: #B453DF; }
span { border-color: rgb(180,83,223); }
td.TdClassName
{
border-color: #B453DF;
}
.TagClassName
{
border-color: #B453DF;
}
</style>