#B431D1

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

Shades of Dark Orchid #B431D1

Tints of Dark Orchid #B431D1

Color information

#B431D1 (or 0xB431D1) is unknown color: approx Dark Orchid. HEX triplet: B4, 31 and D1. RGB value is (180,49,209). Sum of RGB (Red+Green+Blue) = 180+49+209=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #B431D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431D1 is #4BCE2E. Grayscale: #696969. Windows color (decimal): -4967983 or 13709748. OLE color: 13709748.

HSL color Cylindrical-coordinate representation of color #B431D1: hue angle of 289.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B431D1 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18049209-
CMYK0.140.7700.18
HSL289.12º63.49%50.59%-
HSV(B)289.12º76.56%81.96%-
XYZ31.4316.561.85-
YUV106.41185.9180.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 49 (19.53% from 255) = 11.19%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=41.10%
G=11.19%
B=47.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180492090.140.7700.18289.1263.4950.59
HexB431D1E4D0121213f33
Octal26461321161150224417763
Binary101101001100011101000111101001101010010100100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B431D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B431D1; }

 p { color: rgb(180,49,209); }

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

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

 a { background-color: rgb(180,49,209); }

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

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

 span { border-color: rgb(180,49,209); }

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