#BA83DC

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

Shades of Wisteria #BA83DC

Tints of Wisteria #BA83DC

Color information

#BA83DC (or 0xBA83DC) is unknown color: approx Wisteria. HEX triplet: BA, 83 and DC. RGB value is (186,131,220). Sum of RGB (Red+Green+Blue) = 186+131+220=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83DC is #457C23. Grayscale: #9D9D9D. Windows color (decimal): -4553764 or 14451642. OLE color: 14451642.

HSL color Cylindrical-coordinate representation of color #BA83DC: hue angle of 277.08º degrees, saturation: 0.56, 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 #BA83DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186131220-
CMYK0.150.4000.14
HSL277.08º55.97%68.82%-
HSV(B)277.08º40.45%86.27%-
XYZ41.2831.8471.68-
YUV157.59163.22148.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=34.64%
G=24.39%
B=40.97%

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
Decimal1861312200.150.4000.14277.0855.9768.82
HexBA83DCF280E1153845
Octal272203334175001642570105
Binary1011101010000011110111001111101000011101000101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83DC; }

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

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

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

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

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

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

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

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