#B421C1

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

Shades of Dark Orchid #B421C1

Tints of Dark Orchid #B421C1

Color information

#B421C1 (or 0xB421C1) is unknown color: approx Dark Orchid. HEX triplet: B4, 21 and C1. RGB value is (180,33,193). Sum of RGB (Red+Green+Blue) = 180+33+193=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #B421C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421C1 is #4BDE3E. Grayscale: #5E5E5E. Windows color (decimal): -4972095 or 12657076. OLE color: 12657076.

HSL color Cylindrical-coordinate representation of color #B421C1: hue angle of 295.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B421C1 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18033193-
CMYK0.070.8300.24
HSL295.12º70.8%44.31%-
HSV(B)295.12º82.9%75.69%-
XYZ28.9914.6451.75-
YUV95.19183.2188.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 33 (13.28% from 255) = 8.13%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=44.33%
G=8.13%
B=47.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180331930.070.8300.24295.1270.844.31
HexB421C1753018127472c
Octal26441301712303044710754
Binary101101001000011100000111110100110110001001001111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421C1; }

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

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

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

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

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

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

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

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