#B423DB

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

Shades of Dark Orchid #B423DB

Tints of Dark Orchid #B423DB

Color information

#B423DB (or 0xB423DB) is unknown color: approx Dark Orchid. HEX triplet: B4, 23 and DB. RGB value is (180,35,219). Sum of RGB (Red+Green+Blue) = 180+35+219=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B423DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423DB is #4BDC24. Grayscale: #626262. Windows color (decimal): -4971557 or 14361524. OLE color: 14361524.

HSL color Cylindrical-coordinate representation of color #B423DB: hue angle of 287.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B423DB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18035219-
CMYK0.180.8400.14
HSL287.28º72.44%49.8%-
HSV(B)287.28º84.02%85.88%-
XYZ32.2116.0268.41-
YUV99.33195.54185.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 35 (14.06% from 255) = 8.06%
BLUE value IS 219 (85.94% from 255) = 50.46%
R=41.47%
G=8.06%
B=50.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180352190.180.8400.14287.2872.4449.8
HexB423DB12540E11f4832
Octal264433332212401643711062
Binary1011010010001111011011100101010100011101000111111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B423DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B423DB; }

 p { color: rgb(180,35,219); }

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

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

 a { background-color: rgb(180,35,219); }

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

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

 span { border-color: rgb(180,35,219); }

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