Html Css Color HEX #BA82DB Wisteria

📋 copy color: '#BA82DB'

red 186 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #BA82DB

Tints of Wisteria #BA82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.3%

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

R = 34.77%
G = 24.3%
B = 40.93%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA82DB (or 0xBA82DB) is known color: Wisteria. HEX triplet: BA, 82 and DB. RGB value is (186,130,219). Sum of RGB (Red+Green+Blue) = 186+130+219=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82DB is #457D24. Grayscale: #9C9C9C. Windows color (decimal): -4554021 or 14385850. OLE color: 14385850.

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

Color convert

RGB 186 130 219 -
CMYK 0.15 0.41 0 0.14
HSL 277.75º 0.55% 0.68% -
HSV(B) 277.75º 0.41% 0.86% -
XYZ 41.02 31.52 70.94 -
YUV 156.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 186 130 219 0.15 0.41 0 0.14 277.75 0.55 0.68
Hex BA 82 DB F 29 0 E 116 37 44
Octal 272 202 333 17 51 0 16 426 67 104
Binary 10111010 10000010 11011011 1111 101001 0 1110 100010110 110111 1000100

Color Harmonies of #BA82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82DB

Black with #BA82DB

Text Example


Text Example

White with #BA82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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