Html Css Color HEX #BA80DB Wisteria

📋 copy color: '#BA80DB'

red 186 ◦ green 128 ◦ blue 219

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

Shades of Wisteria #BA80DB

Tints of Wisteria #BA80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

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

R = 34.9%
G = 24.02%
B = 41.09%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA80DB (or 0xBA80DB) is known color: Wisteria. HEX triplet: BA, 80 and DB. RGB value is (186,128,219). Sum of RGB (Red+Green+Blue) = 186+128+219=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80DB is #457F24. Grayscale: #9B9B9B. Windows color (decimal): -4554533 or 14385338. OLE color: 14385338.

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

Color convert

RGB 186 128 219 -
CMYK 0.15 0.42 0 0.14
HSL 278.24º 0.56% 0.68% -
HSV(B) 278.24º 0.42% 0.86% -
XYZ 40.76 30.99 70.85 -
YUV 155.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 186 128 219 0.15 0.42 0 0.14 278.24 0.56 0.68
Hex BA 80 DB F 2A 0 E 116 38 44
Octal 272 200 333 17 52 0 16 426 70 104
Binary 10111010 10000000 11011011 1111 101010 0 1110 100010110 111000 1000100

Color Harmonies of #BA80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80DB

Black with #BA80DB

Text Example


Text Example

White with #BA80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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