Html Css Color HEX #BA8BDB Wisteria

📋 copy color: '#BA8BDB'

red 186 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #BA8BDB

Tints of Wisteria #BA8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.55%

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

R = 34.19%
G = 25.55%
B = 40.26%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA8BDB (or 0xBA8BDB) is known color: Wisteria. HEX triplet: BA, 8B and DB. RGB value is (186,139,219). Sum of RGB (Red+Green+Blue) = 186+139+219=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDB is #457424. Grayscale: #A1A1A1. Windows color (decimal): -4551717 or 14388154. OLE color: 14388154.

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

Color convert

RGB 186 139 219 -
CMYK 0.15 0.37 0 0.14
HSL 275.25º 0.53% 0.7% -
HSV(B) 275.25º 0.37% 0.86% -
XYZ 42.27 34.02 71.36 -
YUV 162.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 186 139 219 0.15 0.37 0 0.14 275.25 0.53 0.7
Hex BA 8B DB F 25 0 E 113 35 46
Octal 272 213 333 17 45 0 16 423 65 106
Binary 10111010 10001011 11011011 1111 100101 0 1110 100010011 110101 1000110

Color Harmonies of #BA8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BDB

Black with #BA8BDB

Text Example


Text Example

White with #BA8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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