Shades of Dark Orchid #B430EE
Tints of Dark Orchid #B430EE
RGB
CMYK
RGB Variations
Color information
#B430EE (or 0xB430EE) is known color: Dark Orchid. HEX triplet: B4, 30 and EE. RGB value is (180,48,238). Sum of RGB (Red+Green+Blue) = 180+48+238=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #B430EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430EE is #4BCF11. Grayscale: #6C6C6C. Windows color (decimal): -4968210 or 15610036. OLE color: 15610036.
HSL color Cylindrical-coordinate representation of color #B430EE: hue angle of 281.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B430EE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 48 | 238 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.07 |
| HSL | 281.68º | 0.85% | 0.56% | - |
| HSV(B) | 281.68º | 0.8% | 0.93% | - |
| XYZ | 35.31 | 17.99 | 82.5 | - |
| YUV | 109.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 238 | 0.24 | 0.80 | 0 | 0.07 | 281.68 | 0.85 | 0.56 |
| Hex | B4 | 30 | EE | 18 | 50 | 0 | 7 | 11A | 55 | 38 |
| Octal | 264 | 60 | 356 | 30 | 120 | 0 | 7 | 432 | 125 | 70 |
| Binary | 10110100 | 110000 | 11101110 | 11000 | 1010000 | 0 | 111 | 100011010 | 1010101 | 111000 |
Color Harmonies of #B430EE
Complementary color
Monochromatic Colors of #B430EE
Black with #B430EE
Text Example
Text Example
White with #B430EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430EE; }
p { color: rgb(180,48,238); }
H1.HeaderClassName
{
color: #B430EE;
}
.AnyTagClassName
{
color: #B430EE;
}
</style>
background-color css
<style>
a { background-color: #B430EE; }
a { background-color: rgb(180,48,238); }
div.DivClassName
{
background-color: #B430EE;
}
.BgClassName
{
background-color: #B430EE;
}
</style>
border-color css
<style>
span { border-color: #B430EE; }
span { border-color: rgb(180,48,238); }
td.TdClassName
{
border-color: #B430EE;
}
.TagClassName
{
border-color: #B430EE;
}
</style>