Shades of Dark Orchid #B430C1
Tints of Dark Orchid #B430C1
RGB
CMYK
RGB Variations
Color information
#B430C1 (or 0xB430C1) is known color: Dark Orchid. HEX triplet: B4, 30 and C1. RGB value is (180,48,193). Sum of RGB (Red+Green+Blue) = 180+48+193=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #B430C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430C1 is #4BCF3E. Grayscale: #676767. Windows color (decimal): -4968255 or 12660916. OLE color: 12660916.
HSL color Cylindrical-coordinate representation of color #B430C1: hue angle of 294.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B430C1 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 48 | 193 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.24 |
| HSL | 294.62º | 0.6% | 0.47% | - |
| HSV(B) | 294.62º | 0.75% | 0.76% | - |
| XYZ | 29.5 | 15.67 | 51.92 | - |
| YUV | 104 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 193 | 0.07 | 0.75 | 0 | 0.24 | 294.62 | 0.6 | 0.47 |
| Hex | B4 | 30 | C1 | 7 | 4B | 0 | 18 | 127 | 3C | 2F |
| Octal | 264 | 60 | 301 | 7 | 113 | 0 | 30 | 447 | 74 | 57 |
| Binary | 10110100 | 110000 | 11000001 | 111 | 1001011 | 0 | 11000 | 100100111 | 111100 | 101111 |
Color Harmonies of #B430C1
Complementary color
Monochromatic Colors of #B430C1
Black with #B430C1
Text Example
Text Example
White with #B430C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430C1; }
p { color: rgb(180,48,193); }
H1.HeaderClassName
{
color: #B430C1;
}
.AnyTagClassName
{
color: #B430C1;
}
</style>
background-color css
<style>
a { background-color: #B430C1; }
a { background-color: rgb(180,48,193); }
div.DivClassName
{
background-color: #B430C1;
}
.BgClassName
{
background-color: #B430C1;
}
</style>
border-color css
<style>
span { border-color: #B430C1; }
span { border-color: rgb(180,48,193); }
td.TdClassName
{
border-color: #B430C1;
}
.TagClassName
{
border-color: #B430C1;
}
</style>