Html Css Color HEX #BA86DB Wisteria

📋 copy color: '#BA86DB'

red 186 ◦ green 134 ◦ blue 219

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

Shades of Wisteria #BA86DB

Tints of Wisteria #BA86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.86%

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

R = 34.51%
G = 24.86%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA86DB (or 0xBA86DB) is known color: Wisteria. HEX triplet: BA, 86 and DB. RGB value is (186,134,219). Sum of RGB (Red+Green+Blue) = 186+134+219=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86DB is #457924. Grayscale: #9E9E9E. Windows color (decimal): -4552997 or 14386874. OLE color: 14386874.

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

Color convert

RGB 186 134 219 -
CMYK 0.15 0.39 0 0.14
HSL 276.71º 0.54% 0.69% -
HSV(B) 276.71º 0.39% 0.86% -
XYZ 41.56 32.6 71.12 -
YUV 159.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 186 134 219 0.15 0.39 0 0.14 276.71 0.54 0.69
Hex BA 86 DB F 27 0 E 115 36 45
Octal 272 206 333 17 47 0 16 425 66 105
Binary 10111010 10000110 11011011 1111 100111 0 1110 100010101 110110 1000101

Color Harmonies of #BA86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86DB

Black with #BA86DB

Text Example


Text Example

White with #BA86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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