Shades of Dark Orchid #B71DDC
Tints of Dark Orchid #B71DDC
RGB
CMYK
RGB Variations
Color information
#B71DDC (or 0xB71DDC) is known color: Dark Orchid. HEX triplet: B7, 1D and DC. RGB value is (183,29,220). Sum of RGB (Red+Green+Blue) = 183+29+220=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B71DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DDC is #48E223. Grayscale: #606060. Windows color (decimal): -4776484 or 14425527. OLE color: 14425527.
HSL color Cylindrical-coordinate representation of color #B71DDC: hue angle of 288.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71DDC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 29 | 220 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.14 |
| HSL | 288.38º | 0.77% | 0.49% | - |
| HSV(B) | 288.38º | 0.87% | 0.86% | - |
| XYZ | 32.89 | 16.11 | 69.09 | - |
| YUV | 96.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 220 | 0.17 | 0.87 | 0 | 0.14 | 288.38 | 0.77 | 0.49 |
| Hex | B7 | 1D | DC | 11 | 57 | 0 | E | 120 | 4D | 31 |
| Octal | 267 | 35 | 334 | 21 | 127 | 0 | 16 | 440 | 115 | 61 |
| Binary | 10110111 | 11101 | 11011100 | 10001 | 1010111 | 0 | 1110 | 100100000 | 1001101 | 110001 |
Color Harmonies of #B71DDC
Complementary color
Monochromatic Colors of #B71DDC
Black with #B71DDC
Text Example
Text Example
White with #B71DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DDC; }
p { color: rgb(183,29,220); }
H1.HeaderClassName
{
color: #B71DDC;
}
.AnyTagClassName
{
color: #B71DDC;
}
</style>
background-color css
<style>
a { background-color: #B71DDC; }
a { background-color: rgb(183,29,220); }
div.DivClassName
{
background-color: #B71DDC;
}
.BgClassName
{
background-color: #B71DDC;
}
</style>
border-color css
<style>
span { border-color: #B71DDC; }
span { border-color: rgb(183,29,220); }
td.TdClassName
{
border-color: #B71DDC;
}
.TagClassName
{
border-color: #B71DDC;
}
</style>