Shades of Dark Orchid #B430BF
Tints of Dark Orchid #B430BF
RGB
CMYK
RGB Variations
Color information
#B430BF (or 0xB430BF) is known color: Dark Orchid. HEX triplet: B4, 30 and BF. RGB value is (180,48,191). Sum of RGB (Red+Green+Blue) = 180+48+191=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #B430BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430BF is #4BCF40. Grayscale: #676767. Windows color (decimal): -4968257 or 12529844. OLE color: 12529844.
HSL color Cylindrical-coordinate representation of color #B430BF: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B430BF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 48 | 191 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.25 |
| HSL | 295.38º | 0.6% | 0.47% | - |
| HSV(B) | 295.38º | 0.75% | 0.75% | - |
| XYZ | 29.28 | 15.58 | 50.75 | - |
| YUV | 103.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 191 | 0.06 | 0.75 | 0 | 0.25 | 295.38 | 0.6 | 0.47 |
| Hex | B4 | 30 | BF | 6 | 4B | 0 | 19 | 127 | 3C | 2F |
| Octal | 264 | 60 | 277 | 6 | 113 | 0 | 31 | 447 | 74 | 57 |
| Binary | 10110100 | 110000 | 10111111 | 110 | 1001011 | 0 | 11001 | 100100111 | 111100 | 101111 |
Color Harmonies of #B430BF
Complementary color
Monochromatic Colors of #B430BF
Black with #B430BF
Text Example
Text Example
White with #B430BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430BF; }
p { color: rgb(180,48,191); }
H1.HeaderClassName
{
color: #B430BF;
}
.AnyTagClassName
{
color: #B430BF;
}
</style>
background-color css
<style>
a { background-color: #B430BF; }
a { background-color: rgb(180,48,191); }
div.DivClassName
{
background-color: #B430BF;
}
.BgClassName
{
background-color: #B430BF;
}
</style>
border-color css
<style>
span { border-color: #B430BF; }
span { border-color: rgb(180,48,191); }
td.TdClassName
{
border-color: #B430BF;
}
.TagClassName
{
border-color: #B430BF;
}
</style>