Shades of Dark Orchid #B431CF
Tints of Dark Orchid #B431CF
RGB
CMYK
RGB Variations
Color information
#B431CF (or 0xB431CF) is known color: Dark Orchid. HEX triplet: B4, 31 and CF. RGB value is (180,49,207). Sum of RGB (Red+Green+Blue) = 180+49+207=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B431CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431CF is #4BCE30. Grayscale: #696969. Windows color (decimal): -4967985 or 13578676. OLE color: 13578676.
HSL color Cylindrical-coordinate representation of color #B431CF: hue angle of 289.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B431CF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 49 | 207 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.19 |
| HSL | 289.75º | 0.62% | 0.5% | - |
| HSV(B) | 289.75º | 0.76% | 0.81% | - |
| XYZ | 31.18 | 16.4 | 60.55 | - |
| YUV | 106.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 207 | 0.13 | 0.76 | 0 | 0.19 | 289.75 | 0.62 | 0.5 |
| Hex | B4 | 31 | CF | D | 4C | 0 | 13 | 122 | 3E | 32 |
| Octal | 264 | 61 | 317 | 15 | 114 | 0 | 23 | 442 | 76 | 62 |
| Binary | 10110100 | 110001 | 11001111 | 1101 | 1001100 | 0 | 10011 | 100100010 | 111110 | 110010 |
Color Harmonies of #B431CF
Complementary color
Monochromatic Colors of #B431CF
Black with #B431CF
Text Example
Text Example
White with #B431CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431CF; }
p { color: rgb(180,49,207); }
H1.HeaderClassName
{
color: #B431CF;
}
.AnyTagClassName
{
color: #B431CF;
}
</style>
background-color css
<style>
a { background-color: #B431CF; }
a { background-color: rgb(180,49,207); }
div.DivClassName
{
background-color: #B431CF;
}
.BgClassName
{
background-color: #B431CF;
}
</style>
border-color css
<style>
span { border-color: #B431CF; }
span { border-color: rgb(180,49,207); }
td.TdClassName
{
border-color: #B431CF;
}
.TagClassName
{
border-color: #B431CF;
}
</style>