Html Css Color HEX #BA8CDB Wisteria

📋 copy color: '#BA8CDB'

red 186 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #BA8CDB

Tints of Wisteria #BA8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

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

R = 34.13%
G = 25.69%
B = 40.18%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA8CDB (or 0xBA8CDB) is known color: Wisteria. HEX triplet: BA, 8C and DB. RGB value is (186,140,219). Sum of RGB (Red+Green+Blue) = 186+140+219=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CDB is #457324. Grayscale: #A2A2A2. Windows color (decimal): -4551461 or 14388410. OLE color: 14388410.

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

Color convert

RGB 186 140 219 -
CMYK 0.15 0.36 0 0.14
HSL 274.94º 0.52% 0.7% -
HSV(B) 274.94º 0.36% 0.86% -
XYZ 42.41 34.31 71.4 -
YUV 162.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 186 140 219 0.15 0.36 0 0.14 274.94 0.52 0.7
Hex BA 8C DB F 24 0 E 113 34 46
Octal 272 214 333 17 44 0 16 423 64 106
Binary 10111010 10001100 11011011 1111 100100 0 1110 100010011 110100 1000110

Color Harmonies of #BA8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CDB

Black with #BA8CDB

Text Example


Text Example

White with #BA8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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