Shades of Dark Orchid #B41FCC
Tints of Dark Orchid #B41FCC
RGB
CMYK
RGB Variations
Color information
#B41FCC (or 0xB41FCC) is known color: Dark Orchid. HEX triplet: B4, 1F and CC. RGB value is (180,31,204). Sum of RGB (Red+Green+Blue) = 180+31+204=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #B41FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FCC is #4BE033. Grayscale: #5E5E5E. Windows color (decimal): -4972596 or 13377460. OLE color: 13377460.
HSL color Cylindrical-coordinate representation of color #B41FCC: hue angle of 291.68º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41FCC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 31 | 204 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.2 |
| HSL | 291.68º | 0.74% | 0.46% | - |
| HSV(B) | 291.68º | 0.85% | 0.8% | - |
| XYZ | 30.21 | 15.04 | 58.44 | - |
| YUV | 95.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 204 | 0.12 | 0.85 | 0 | 0.2 | 291.68 | 0.74 | 0.46 |
| Hex | B4 | 1F | CC | C | 55 | 0 | 14 | 124 | 4A | 2E |
| Octal | 264 | 37 | 314 | 14 | 125 | 0 | 24 | 444 | 112 | 56 |
| Binary | 10110100 | 11111 | 11001100 | 1100 | 1010101 | 0 | 10100 | 100100100 | 1001010 | 101110 |
Color Harmonies of #B41FCC
Complementary color
Monochromatic Colors of #B41FCC
Black with #B41FCC
Text Example
Text Example
White with #B41FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41FCC; }
p { color: rgb(180,31,204); }
H1.HeaderClassName
{
color: #B41FCC;
}
.AnyTagClassName
{
color: #B41FCC;
}
</style>
background-color css
<style>
a { background-color: #B41FCC; }
a { background-color: rgb(180,31,204); }
div.DivClassName
{
background-color: #B41FCC;
}
.BgClassName
{
background-color: #B41FCC;
}
</style>
border-color css
<style>
span { border-color: #B41FCC; }
span { border-color: rgb(180,31,204); }
td.TdClassName
{
border-color: #B41FCC;
}
.TagClassName
{
border-color: #B41FCC;
}
</style>