#B429DE

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

Shades of Dark Orchid #B429DE

Tints of Dark Orchid #B429DE

Color information

#B429DE (or 0xB429DE) is unknown color: approx Dark Orchid. HEX triplet: B4, 29 and DE. RGB value is (180,41,222). Sum of RGB (Red+Green+Blue) = 180+41+222=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #B429DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429DE is #4BD621. Grayscale: #666666. Windows color (decimal): -4970018 or 14559668. OLE color: 14559668.

HSL color Cylindrical-coordinate representation of color #B429DE: hue angle of 286.08º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B429DE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18041222-
CMYK0.190.8200.13
HSL286.08º73.28%51.57%-
HSV(B)286.08º81.53%87.06%-
XYZ32.816.5670.58-
YUV103.2195.05182.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 41 (16.41% from 255) = 9.26%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=40.63%
G=9.26%
B=50.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180412220.190.8200.13286.0873.2851.57
HexB429DE13520D11e4934
Octal264513362312201543611164
Binary1011010010100111011110100111010010011011000111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B429DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B429DE; }

 p { color: rgb(180,41,222); }

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

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

 a { background-color: rgb(180,41,222); }

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

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

 span { border-color: rgb(180,41,222); }

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