Html Css Color HEX #BA8DDB Wisteria

📋 copy color: '#BA8DDB'

red 186 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #BA8DDB

Tints of Wisteria #BA8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.82%

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

R = 34.07%
G = 25.82%
B = 40.11%

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

#BA8DDB (or 0xBA8DDB) is known color: Wisteria. HEX triplet: BA, 8D and DB. RGB value is (186,141,219). Sum of RGB (Red+Green+Blue) = 186+141+219=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDB is #457224. Grayscale: #A3A3A3. Windows color (decimal): -4551205 or 14388666. OLE color: 14388666.

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

Color convert

RGB 186 141 219 -
CMYK 0.15 0.36 0 0.14
HSL 274.62º 0.52% 0.71% -
HSV(B) 274.62º 0.36% 0.86% -
XYZ 42.56 34.6 71.45 -
YUV 163.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 186 141 219 0.15 0.36 0 0.14 274.62 0.52 0.71
Hex BA 8D DB F 24 0 E 113 34 47
Octal 272 215 333 17 44 0 16 423 64 107
Binary 10111010 10001101 11011011 1111 100100 0 1110 100010011 110100 1000111

Color Harmonies of #BA8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DDB

Black with #BA8DDB

Text Example


Text Example

White with #BA8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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