Html Css Color HEX #BA83DB Wisteria

📋 copy color: '#BA83DB'

red 186 ◦ green 131 ◦ blue 219

#BA83DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BA83DB

Tints of Wisteria #BA83DB

RGB

 RED value IS 186 (73.05% from 255) = 34.7%

 GREEN value IS 131 (51.56% from 255) = 24.44%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 34.7%
G = 24.44%
B = 40.86%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA83DB (or 0xBA83DB) is known color: 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

RGB 186 131 219 -
CMYK 0.15 0.40 0 0.14
HSL 277.5º 0.55% 0.69% -
HSV(B) 277.5º 0.4% 0.86% -
XYZ 41.15 31.79 70.98 -
YUV 157.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 186 131 219 0.15 0.40 0 0.14 277.5 0.55 0.69
Hex BA 83 DB F 28 0 E 116 37 45
Octal 272 203 333 17 50 0 16 426 67 105
Binary 10111010 10000011 11011011 1111 101000 0 1110 100010110 110111 1000101

Color Harmonies of #BA83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83DB

Black with #BA83DB

Text Example


Text Example

White with #BA83DB

Text Example


Text Example

HTML Codes & Css Web 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>