Html Css Color HEX #BA80E0 Wisteria

📋 copy color: '#BA80E0'

red 186 ◦ green 128 ◦ blue 224

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

Shades of Wisteria #BA80E0

Tints of Wisteria #BA80E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 34.57%
G = 23.79%
B = 41.64%

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

#BA80E0 (or 0xBA80E0) is known color: Wisteria. HEX triplet: BA, 80 and E0. RGB value is (186,128,224). Sum of RGB (Red+Green+Blue) = 186+128+224=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80E0 is #457F1F. Grayscale: #9B9B9B. Windows color (decimal): -4554528 or 14713018. OLE color: 14713018.

HSL color Cylindrical-coordinate representation of color #BA80E0: hue angle of 276.25º degrees, saturation: 0.61, 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 #BA80E0 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 128 224 -
CMYK 0.17 0.43 0 0.12
HSL 276.25º 0.61% 0.69% -
HSV(B) 276.25º 0.43% 0.88% -
XYZ 41.42 31.26 74.37 -
YUV 156.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 186 128 224 0.17 0.43 0 0.12 276.25 0.61 0.69
Hex BA 80 E0 11 2B 0 C 114 3D 45
Octal 272 200 340 21 53 0 14 424 75 105
Binary 10111010 10000000 11100000 10001 101011 0 1100 100010100 111101 1000101

Color Harmonies of #BA80E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80E0

Black with #BA80E0

Text Example


Text Example

White with #BA80E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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