Html Css Color HEX #BA8EDB Wisteria

📋 copy color: '#BA8EDB'

red 186 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #BA8EDB

Tints of Wisteria #BA8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.96%

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

R = 34%
G = 25.96%
B = 40.04%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA8EDB (or 0xBA8EDB) is known color: Wisteria. HEX triplet: BA, 8E and DB. RGB value is (186,142,219). Sum of RGB (Red+Green+Blue) = 186+142+219=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EDB is #457124. Grayscale: #A3A3A3. Windows color (decimal): -4550949 or 14388922. OLE color: 14388922.

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

Color convert

RGB 186 142 219 -
CMYK 0.15 0.35 0 0.14
HSL 274.29º 0.52% 0.71% -
HSV(B) 274.29º 0.35% 0.86% -
XYZ 42.71 34.9 71.5 -
YUV 163.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 186 142 219 0.15 0.35 0 0.14 274.29 0.52 0.71
Hex BA 8E DB F 23 0 E 112 34 47
Octal 272 216 333 17 43 0 16 422 64 107
Binary 10111010 10001110 11011011 1111 100011 0 1110 100010010 110100 1000111

Color Harmonies of #BA8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EDB

Black with #BA8EDB

Text Example


Text Example

White with #BA8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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