Shades of Dark Orchid #B61BDF
Tints of Dark Orchid #B61BDF
RGB
CMYK
RGB Variations
Color information
#B61BDF (or 0xB61BDF) is known color: Dark Orchid. HEX triplet: B6, 1B and DF. RGB value is (182,27,223). Sum of RGB (Red+Green+Blue) = 182+27+223=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #B61BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BDF is #49E420. Grayscale: #5F5F5F. Windows color (decimal): -4842529 or 14621622. OLE color: 14621622.
HSL color Cylindrical-coordinate representation of color #B61BDF: hue angle of 287.45º 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 #B61BDF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 27 | 223 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.13 |
| HSL | 287.45º | 0.78% | 0.49% | - |
| HSV(B) | 287.45º | 0.88% | 0.87% | - |
| XYZ | 33 | 16.06 | 71.17 | - |
| YUV | 95.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 223 | 0.18 | 0.88 | 0 | 0.13 | 287.45 | 0.78 | 0.49 |
| Hex | B6 | 1B | DF | 12 | 58 | 0 | D | 11F | 4E | 31 |
| Octal | 266 | 33 | 337 | 22 | 130 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110110 | 11011 | 11011111 | 10010 | 1011000 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B61BDF
Complementary color
Monochromatic Colors of #B61BDF
Black with #B61BDF
Text Example
Text Example
White with #B61BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BDF; }
p { color: rgb(182,27,223); }
H1.HeaderClassName
{
color: #B61BDF;
}
.AnyTagClassName
{
color: #B61BDF;
}
</style>
background-color css
<style>
a { background-color: #B61BDF; }
a { background-color: rgb(182,27,223); }
div.DivClassName
{
background-color: #B61BDF;
}
.BgClassName
{
background-color: #B61BDF;
}
</style>
border-color css
<style>
span { border-color: #B61BDF; }
span { border-color: rgb(182,27,223); }
td.TdClassName
{
border-color: #B61BDF;
}
.TagClassName
{
border-color: #B61BDF;
}
</style>