#BA83DB

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

Shades of Wisteria #BA83DB

Tints of Wisteria #BA83DB

Color information

#BA83DB (or 0xBA83DB) is unknown color: approx Wisteria. HEX triplet: BA, 83 and DB. RGB value is (186,131,219). Sum of RGB (Red+Green+Blue) = 186+131+219=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83DB is #457C24. Grayscale: #9D9D9D. Windows color (decimal): -4553765 or 14386106. OLE color: 14386106.

HSL color Cylindrical-coordinate representation of color #BA83DB: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA83DB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186131219-
CMYK0.150.4000.14
HSL277.5º55%68.63%-
HSV(B)277.5º40.18%85.88%-
XYZ41.1531.7970.98-
YUV157.48162.72148.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=34.70%
G=24.44%
B=40.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861312190.150.4000.14277.55568.63
HexBA83DBF280E1163745
Octal272203333175001642667105
Binary1011101010000011110110111111101000011101000101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83DB; }

 p { color: rgb(186,131,219); }

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

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

 a { background-color: rgb(186,131,219); }

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

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

 span { border-color: rgb(186,131,219); }

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