Shades of Dark Orchid #B430CC
Tints of Dark Orchid #B430CC
RGB
CMYK
RGB Variations
Color information
#B430CC (or 0xB430CC) is known color: Dark Orchid. HEX triplet: B4, 30 and CC. RGB value is (180,48,204). Sum of RGB (Red+Green+Blue) = 180+48+204=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #B430CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430CC is #4BCF33. Grayscale: #686868. Windows color (decimal): -4968244 or 13381812. OLE color: 13381812.
HSL color Cylindrical-coordinate representation of color #B430CC: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B430CC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 48 | 204 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.2 |
| HSL | 290.77º | 0.62% | 0.49% | - |
| HSV(B) | 290.77º | 0.76% | 0.8% | - |
| XYZ | 30.78 | 16.18 | 58.63 | - |
| YUV | 105.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 204 | 0.12 | 0.76 | 0 | 0.2 | 290.77 | 0.62 | 0.49 |
| Hex | B4 | 30 | CC | C | 4C | 0 | 14 | 123 | 3E | 31 |
| Octal | 264 | 60 | 314 | 14 | 114 | 0 | 24 | 443 | 76 | 61 |
| Binary | 10110100 | 110000 | 11001100 | 1100 | 1001100 | 0 | 10100 | 100100011 | 111110 | 110001 |
Color Harmonies of #B430CC
Complementary color
Monochromatic Colors of #B430CC
Black with #B430CC
Text Example
Text Example
White with #B430CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430CC; }
p { color: rgb(180,48,204); }
H1.HeaderClassName
{
color: #B430CC;
}
.AnyTagClassName
{
color: #B430CC;
}
</style>
background-color css
<style>
a { background-color: #B430CC; }
a { background-color: rgb(180,48,204); }
div.DivClassName
{
background-color: #B430CC;
}
.BgClassName
{
background-color: #B430CC;
}
</style>
border-color css
<style>
span { border-color: #B430CC; }
span { border-color: rgb(180,48,204); }
td.TdClassName
{
border-color: #B430CC;
}
.TagClassName
{
border-color: #B430CC;
}
</style>