Shades of Dark Orchid #B430E6
Tints of Dark Orchid #B430E6
RGB
CMYK
RGB Variations
Color information
#B430E6 (or 0xB430E6) is known color: Dark Orchid. HEX triplet: B4, 30 and E6. RGB value is (180,48,230). Sum of RGB (Red+Green+Blue) = 180+48+230=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #B430E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430E6 is #4BCF19. Grayscale: #6B6B6B. Windows color (decimal): -4968218 or 15085748. OLE color: 15085748.
HSL color Cylindrical-coordinate representation of color #B430E6: hue angle of 283.52º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B430E6 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 48 | 230 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.10 |
| HSL | 283.52º | 0.78% | 0.55% | - |
| HSV(B) | 283.52º | 0.79% | 0.9% | - |
| XYZ | 34.16 | 17.53 | 76.45 | - |
| YUV | 108.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 230 | 0.22 | 0.79 | 0 | 0.10 | 283.52 | 0.78 | 0.55 |
| Hex | B4 | 30 | E6 | 16 | 4F | 0 | A | 11C | 4E | 37 |
| Octal | 264 | 60 | 346 | 26 | 117 | 0 | 12 | 434 | 116 | 67 |
| Binary | 10110100 | 110000 | 11100110 | 10110 | 1001111 | 0 | 1010 | 100011100 | 1001110 | 110111 |
Color Harmonies of #B430E6
Complementary color
Monochromatic Colors of #B430E6
Black with #B430E6
Text Example
Text Example
White with #B430E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430E6; }
p { color: rgb(180,48,230); }
H1.HeaderClassName
{
color: #B430E6;
}
.AnyTagClassName
{
color: #B430E6;
}
</style>
background-color css
<style>
a { background-color: #B430E6; }
a { background-color: rgb(180,48,230); }
div.DivClassName
{
background-color: #B430E6;
}
.BgClassName
{
background-color: #B430E6;
}
</style>
border-color css
<style>
span { border-color: #B430E6; }
span { border-color: rgb(180,48,230); }
td.TdClassName
{
border-color: #B430E6;
}
.TagClassName
{
border-color: #B430E6;
}
</style>