Shades of Dark Orchid #B430E8
Tints of Dark Orchid #B430E8
RGB
CMYK
RGB Variations
Color information
#B430E8 (or 0xB430E8) is known color: Dark Orchid. HEX triplet: B4, 30 and E8. RGB value is (180,48,232). Sum of RGB (Red+Green+Blue) = 180+48+232=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #B430E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430E8 is #4BCF17. Grayscale: #6B6B6B. Windows color (decimal): -4968216 or 15216820. OLE color: 15216820.
HSL color Cylindrical-coordinate representation of color #B430E8: hue angle of 283.04º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B430E8 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 48 | 232 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.09 |
| HSL | 283.04º | 0.8% | 0.55% | - |
| HSV(B) | 283.04º | 0.79% | 0.91% | - |
| XYZ | 34.44 | 17.64 | 77.93 | - |
| YUV | 108.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 232 | 0.22 | 0.79 | 0 | 0.09 | 283.04 | 0.8 | 0.55 |
| Hex | B4 | 30 | E8 | 16 | 4F | 0 | 9 | 11B | 50 | 37 |
| Octal | 264 | 60 | 350 | 26 | 117 | 0 | 11 | 433 | 120 | 67 |
| Binary | 10110100 | 110000 | 11101000 | 10110 | 1001111 | 0 | 1001 | 100011011 | 1010000 | 110111 |
Color Harmonies of #B430E8
Complementary color
Monochromatic Colors of #B430E8
Black with #B430E8
Text Example
Text Example
White with #B430E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430E8; }
p { color: rgb(180,48,232); }
H1.HeaderClassName
{
color: #B430E8;
}
.AnyTagClassName
{
color: #B430E8;
}
</style>
background-color css
<style>
a { background-color: #B430E8; }
a { background-color: rgb(180,48,232); }
div.DivClassName
{
background-color: #B430E8;
}
.BgClassName
{
background-color: #B430E8;
}
</style>
border-color css
<style>
span { border-color: #B430E8; }
span { border-color: rgb(180,48,232); }
td.TdClassName
{
border-color: #B430E8;
}
.TagClassName
{
border-color: #B430E8;
}
</style>