Html Css Color HEX #BA88DB Wisteria

📋 copy color: '#BA88DB'

red 186 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #BA88DB

Tints of Wisteria #BA88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.14%

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

R = 34.38%
G = 25.14%
B = 40.48%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA88DB (or 0xBA88DB) is known color: Wisteria. HEX triplet: BA, 88 and DB. RGB value is (186,136,219). Sum of RGB (Red+Green+Blue) = 186+136+219=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88DB is #457724. Grayscale: #A0A0A0. Windows color (decimal): -4552485 or 14387386. OLE color: 14387386.

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

Color convert

RGB 186 136 219 -
CMYK 0.15 0.38 0 0.14
HSL 276.14º 0.54% 0.7% -
HSV(B) 276.14º 0.38% 0.86% -
XYZ 41.84 33.16 71.21 -
YUV 160.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 186 136 219 0.15 0.38 0 0.14 276.14 0.54 0.7
Hex BA 88 DB F 26 0 E 114 36 46
Octal 272 210 333 17 46 0 16 424 66 106
Binary 10111010 10001000 11011011 1111 100110 0 1110 100010100 110110 1000110

Color Harmonies of #BA88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88DB

Black with #BA88DB

Text Example


Text Example

White with #BA88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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