#b219d1

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

Shades of Dark Orchid #B219D1

Tints of Dark Orchid #B219D1

Color information

#B219D1 (or 0xB219D1) is unknown color: approx Dark Orchid. HEX triplet: B2, 19 and D1. RGB value is (178,25,209). Sum of RGB (Red+Green+Blue) = 178+25+209=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #B219D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219D1 is #4DE62E. Grayscale: #5B5B5B. Windows color (decimal): -5105199 or 13703602. OLE color: 13703602.

HSL color Cylindrical-coordinate representation of color #B219D1: hue angle of 289.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219D1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17825209-
CMYK0.150.8800.18
HSL289.89º78.63%45.88%-
HSV(B)289.89º88.04%81.96%-
XYZ30.2214.7661.58-
YUV91.72194.19189.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 25 (10.16% from 255) = 6.07%
BLUE value IS 209 (82.03% from 255) = 50.73%
R=43.20%
G=6.07%
B=50.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178252090.150.8800.18289.8978.6345.88
HexB219D1F580121224f2e
Octal262313211713002244211756
Binary101100101100111010001111110110000100101001000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b219d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b219d1; }

 p { color: rgb(178,25,209); }

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

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

 a { background-color: rgb(178,25,209); }

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

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

 span { border-color: rgb(178,25,209); }

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