Shades of Dark Orchid #B428B7
Tints of Dark Orchid #B428B7
RGB
CMYK
RGB Variations
Color information
#B428B7 (or 0xB428B7) is known color: Dark Orchid. HEX triplet: B4, 28 and B7. RGB value is (180,40,183). Sum of RGB (Red+Green+Blue) = 180+40+183=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #B428B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428B7 is #4BD748. Grayscale: #616161. Windows color (decimal): -4970313 or 12003508. OLE color: 12003508.
HSL color Cylindrical-coordinate representation of color #B428B7: hue angle of 298.74º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B428B7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 40 | 183 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.28 |
| HSL | 298.74º | 0.64% | 0.44% | - |
| HSV(B) | 298.74º | 0.78% | 0.72% | - |
| XYZ | 28.13 | 14.64 | 46.14 | - |
| YUV | 98.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 183 | 0.02 | 0.78 | 0 | 0.28 | 298.74 | 0.64 | 0.44 |
| Hex | B4 | 28 | B7 | 2 | 4E | 0 | 1C | 12B | 40 | 2C |
| Octal | 264 | 50 | 267 | 2 | 116 | 0 | 34 | 453 | 100 | 54 |
| Binary | 10110100 | 101000 | 10110111 | 10 | 1001110 | 0 | 11100 | 100101011 | 1000000 | 101100 |
Color Harmonies of #B428B7
Complementary color
Monochromatic Colors of #B428B7
Black with #B428B7
Text Example
Text Example
White with #B428B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428B7; }
p { color: rgb(180,40,183); }
H1.HeaderClassName
{
color: #B428B7;
}
.AnyTagClassName
{
color: #B428B7;
}
</style>
background-color css
<style>
a { background-color: #B428B7; }
a { background-color: rgb(180,40,183); }
div.DivClassName
{
background-color: #B428B7;
}
.BgClassName
{
background-color: #B428B7;
}
</style>
border-color css
<style>
span { border-color: #B428B7; }
span { border-color: rgb(180,40,183); }
td.TdClassName
{
border-color: #B428B7;
}
.TagClassName
{
border-color: #B428B7;
}
</style>