Html Css Color HEX #BA80E1 Wisteria

📋 copy color: '#BA80E1'

red 186 ◦ green 128 ◦ blue 225

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

Shades of Wisteria #BA80E1

Tints of Wisteria #BA80E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 34.51%
G = 23.75%
B = 41.74%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA80E1 (or 0xBA80E1) is known color: Wisteria. HEX triplet: BA, 80 and E1. RGB value is (186,128,225). Sum of RGB (Red+Green+Blue) = 186+128+225=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA80E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80E1 is #457F1E. Grayscale: #9C9C9C. Windows color (decimal): -4554527 or 14778554. OLE color: 14778554.

HSL color Cylindrical-coordinate representation of color #BA80E1: hue angle of 275.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA80E1 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 128 225 -
CMYK 0.17 0.43 0 0.12
HSL 275.88º 0.62% 0.69% -
HSV(B) 275.88º 0.43% 0.88% -
XYZ 41.56 31.31 75.09 -
YUV 156.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 186 128 225 0.17 0.43 0 0.12 275.88 0.62 0.69
Hex BA 80 E1 11 2B 0 C 114 3E 45
Octal 272 200 341 21 53 0 14 424 76 105
Binary 10111010 10000000 11100001 10001 101011 0 1100 100010100 111110 1000101

Color Harmonies of #BA80E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80E1

Black with #BA80E1

Text Example


Text Example

White with #BA80E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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