Shades of Dark Orchid #B41BDF
Tints of Dark Orchid #B41BDF
RGB
CMYK
RGB Variations
Color information
#B41BDF (or 0xB41BDF) is known color: Dark Orchid. HEX triplet: B4, 1B and DF. RGB value is (180,27,223). Sum of RGB (Red+Green+Blue) = 180+27+223=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #B41BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BDF is #4BE420. Grayscale: #5E5E5E. Windows color (decimal): -4973601 or 14621620. OLE color: 14621620.
HSL color Cylindrical-coordinate representation of color #B41BDF: hue angle of 286.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41BDF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 27 | 223 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.13 |
| HSL | 286.84º | 0.78% | 0.49% | - |
| HSV(B) | 286.84º | 0.88% | 0.87% | - |
| XYZ | 32.53 | 15.81 | 71.15 | - |
| YUV | 95.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 223 | 0.19 | 0.88 | 0 | 0.13 | 286.84 | 0.78 | 0.49 |
| Hex | B4 | 1B | DF | 13 | 58 | 0 | D | 11F | 4E | 31 |
| Octal | 264 | 33 | 337 | 23 | 130 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110100 | 11011 | 11011111 | 10011 | 1011000 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B41BDF
Complementary color
Monochromatic Colors of #B41BDF
Black with #B41BDF
Text Example
Text Example
White with #B41BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41BDF; }
p { color: rgb(180,27,223); }
H1.HeaderClassName
{
color: #B41BDF;
}
.AnyTagClassName
{
color: #B41BDF;
}
</style>
background-color css
<style>
a { background-color: #B41BDF; }
a { background-color: rgb(180,27,223); }
div.DivClassName
{
background-color: #B41BDF;
}
.BgClassName
{
background-color: #B41BDF;
}
</style>
border-color css
<style>
span { border-color: #B41BDF; }
span { border-color: rgb(180,27,223); }
td.TdClassName
{
border-color: #B41BDF;
}
.TagClassName
{
border-color: #B41BDF;
}
</style>