Html Css Color HEX #BA84DB Wisteria

📋 copy color: '#BA84DB'

red 186 ◦ green 132 ◦ blue 219

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

Shades of Wisteria #BA84DB

Tints of Wisteria #BA84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.58%

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

R = 34.64%
G = 24.58%
B = 40.78%

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

#BA84DB (or 0xBA84DB) is known color: Wisteria. HEX triplet: BA, 84 and DB. RGB value is (186,132,219). Sum of RGB (Red+Green+Blue) = 186+132+219=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DB is #457B24. Grayscale: #9D9D9D. Windows color (decimal): -4553509 or 14386362. OLE color: 14386362.

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

Color convert

RGB 186 132 219 -
CMYK 0.15 0.40 0 0.14
HSL 277.24º 0.55% 0.69% -
HSV(B) 277.24º 0.4% 0.86% -
XYZ 41.29 32.06 71.03 -
YUV 158.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 186 132 219 0.15 0.40 0 0.14 277.24 0.55 0.69
Hex BA 84 DB F 28 0 E 115 37 45
Octal 272 204 333 17 50 0 16 425 67 105
Binary 10111010 10000100 11011011 1111 101000 0 1110 100010101 110111 1000101

Color Harmonies of #BA84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84DB

Black with #BA84DB

Text Example


Text Example

White with #BA84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84DB; }

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

 H1.HeaderClassName
 {
   color: #BA84DB;
 }
 .AnyTagClassName
 {
   color: #BA84DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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