#B421BA

Color #B421BA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B421BA

Tints of Dark Orchid #B421BA

Color information

#B421BA (or 0xB421BA) is unknown color: approx Dark Orchid. HEX triplet: B4, 21 and BA. RGB value is (180,33,186). Sum of RGB (Red+Green+Blue) = 180+33+186=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B421BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BA is #4BDE45. Grayscale: #5D5D5D. Windows color (decimal): -4972102 or 12198324. OLE color: 12198324.

HSL color Cylindrical-coordinate representation of color #B421BA: hue angle of 297.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B421BA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18033186-
CMYK0.030.8200.27
HSL297.65º69.86%42.94%-
HSV(B)297.65º82.26%72.94%-
XYZ28.2314.3447.73-
YUV94.4179.7189.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 33 (13.28% from 255) = 8.27%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=45.11%
G=8.27%
B=46.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180331860.030.8200.27297.6569.8642.94
HexB421BA35201B12a462b
Octal26441272312203345210653
Binary10110100100001101110101110100100110111001010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421BA; }

 p { color: rgb(180,33,186); }

 H1.HeaderClassName
 {
   color: #B421BA;
 }
 .AnyTagClassName
 {
   color: #B421BA;
 }
</style>
background-color css

<style>
 a { background-color: #B421BA; }

 a { background-color: rgb(180,33,186); }

 div.DivClassName
 {
   background-color: #B421BA;
 }
 .BgClassName
 {
   background-color: #B421BA;
 }
</style>
border-color css

<style>
 span { border-color: #B421BA; }

 span { border-color: rgb(180,33,186); }

 td.TdClassName
 {
   border-color: #B421BA;
 }
 .TagClassName
 {
   border-color: #B421BA;
 }
</style>