Html Css Color HEX #BA87DB Wisteria

📋 copy color: '#BA87DB'

red 186 ◦ green 135 ◦ blue 219

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

Shades of Wisteria #BA87DB

Tints of Wisteria #BA87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25%

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

R = 34.44%
G = 25%
B = 40.56%

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

#BA87DB (or 0xBA87DB) is known color: Wisteria. HEX triplet: BA, 87 and DB. RGB value is (186,135,219). Sum of RGB (Red+Green+Blue) = 186+135+219=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DB is #457824. Grayscale: #9F9F9F. Windows color (decimal): -4552741 or 14387130. OLE color: 14387130.

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

Color convert

RGB 186 135 219 -
CMYK 0.15 0.38 0 0.14
HSL 276.43º 0.54% 0.69% -
HSV(B) 276.43º 0.38% 0.86% -
XYZ 41.7 32.88 71.17 -
YUV 159.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 186 135 219 0.15 0.38 0 0.14 276.43 0.54 0.69
Hex BA 87 DB F 26 0 E 114 36 45
Octal 272 207 333 17 46 0 16 424 66 105
Binary 10111010 10000111 11011011 1111 100110 0 1110 100010100 110110 1000101

Color Harmonies of #BA87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87DB

Black with #BA87DB

Text Example


Text Example

White with #BA87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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