Html Css Color HEX #BA8ADB Wisteria

📋 copy color: '#BA8ADB'

red 186 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #BA8ADB

Tints of Wisteria #BA8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

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

R = 34.25%
G = 25.41%
B = 40.33%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA8ADB (or 0xBA8ADB) is known color: Wisteria. HEX triplet: BA, 8A and DB. RGB value is (186,138,219). Sum of RGB (Red+Green+Blue) = 186+138+219=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADB is #457524. Grayscale: #A1A1A1. Windows color (decimal): -4551973 or 14387898. OLE color: 14387898.

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

Color convert

RGB 186 138 219 -
CMYK 0.15 0.37 0 0.14
HSL 275.56º 0.53% 0.7% -
HSV(B) 275.56º 0.37% 0.86% -
XYZ 42.12 33.73 71.31 -
YUV 161.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 186 138 219 0.15 0.37 0 0.14 275.56 0.53 0.7
Hex BA 8A DB F 25 0 E 114 35 46
Octal 272 212 333 17 45 0 16 424 65 106
Binary 10111010 10001010 11011011 1111 100101 0 1110 100010100 110101 1000110

Color Harmonies of #BA8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ADB

Black with #BA8ADB

Text Example


Text Example

White with #BA8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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