#B41DD6

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

Shades of Dark Orchid #B41DD6

Tints of Dark Orchid #B41DD6

Color information

#B41DD6 (or 0xB41DD6) is unknown color: approx Dark Orchid. HEX triplet: B4, 1D and D6. RGB value is (180,29,214). Sum of RGB (Red+Green+Blue) = 180+29+214=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #B41DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DD6 is #4BE229. Grayscale: #5E5E5E. Windows color (decimal): -4973098 or 14032308. OLE color: 14032308.

HSL color Cylindrical-coordinate representation of color #B41DD6: hue angle of 288.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41DD6 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18029214-
CMYK0.160.8600.16
HSL288.97º76.13%47.65%-
HSV(B)288.97º86.45%83.92%-
XYZ31.415.4464.94-
YUV95.24195.03188.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 29 (11.72% from 255) = 6.86%
BLUE value IS 214 (83.98% from 255) = 50.59%
R=42.55%
G=6.86%
B=50.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180292140.160.8600.16288.9776.1347.65
HexB41DD610560101214c30
Octal264353262012602044111460
Binary1011010011101110101101000010101100100001001000011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41DD6; }

 p { color: rgb(180,29,214); }

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

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

 a { background-color: rgb(180,29,214); }

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

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

 span { border-color: rgb(180,29,214); }

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