Shades of Dark Orchid #B427B4
Tints of Dark Orchid #B427B4
RGB
CMYK
RGB Variations
Color information
#B427B4 (or 0xB427B4) is known color: Dark Orchid. HEX triplet: B4, 27 and B4. RGB value is (180,39,180). Sum of RGB (Red+Green+Blue) = 180+39+180=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B427B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427B4 is #4BD84B. Grayscale: #606060. Windows color (decimal): -4970572 or 11806644. OLE color: 11806644.
HSL color Cylindrical-coordinate representation of color #B427B4: hue angle of 300º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B427B4 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 180 | - |
| CMYK | 0 | 0.78 | 0 | 0.29 |
| HSL | 300º | 0.64% | 0.43% | - |
| HSV(B) | 300º | 0.78% | 0.71% | - |
| XYZ | 27.79 | 14.45 | 44.5 | - |
| YUV | 97.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 180 | 0 | 0.78 | 0 | 0.29 | 300 | 0.64 | 0.43 |
| Hex | B4 | 27 | B4 | 0 | 4E | 0 | 1D | 12C | 40 | 2B |
| Octal | 264 | 47 | 264 | 0 | 116 | 0 | 35 | 454 | 100 | 53 |
| Binary | 10110100 | 100111 | 10110100 | 0 | 1001110 | 0 | 11101 | 100101100 | 1000000 | 101011 |
Color Harmonies of #B427B4
Complementary color
Monochromatic Colors of #B427B4
Black with #B427B4
Text Example
Text Example
White with #B427B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B427B4; }
p { color: rgb(180,39,180); }
H1.HeaderClassName
{
color: #B427B4;
}
.AnyTagClassName
{
color: #B427B4;
}
</style>
background-color css
<style>
a { background-color: #B427B4; }
a { background-color: rgb(180,39,180); }
div.DivClassName
{
background-color: #B427B4;
}
.BgClassName
{
background-color: #B427B4;
}
</style>
border-color css
<style>
span { border-color: #B427B4; }
span { border-color: rgb(180,39,180); }
td.TdClassName
{
border-color: #B427B4;
}
.TagClassName
{
border-color: #B427B4;
}
</style>