Html Css Color HEX #BA82D9 Wisteria

📋 copy color: '#BA82D9'

red 186 ◦ green 130 ◦ blue 217

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

Shades of Wisteria #BA82D9

Tints of Wisteria #BA82D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 34.9%
G = 24.39%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA82D9 (or 0xBA82D9) is known color: Wisteria. HEX triplet: BA, 82 and D9. RGB value is (186,130,217). Sum of RGB (Red+Green+Blue) = 186+130+217=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82D9 is #457D26. Grayscale: #9C9C9C. Windows color (decimal): -4554023 or 14254778. OLE color: 14254778.

HSL color Cylindrical-coordinate representation of color #BA82D9: hue angle of 278.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA82D9 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 130 217 -
CMYK 0.14 0.40 0 0.15
HSL 278.62º 0.53% 0.68% -
HSV(B) 278.62º 0.4% 0.85% -
XYZ 40.76 31.41 69.56 -
YUV 156.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 186 130 217 0.14 0.40 0 0.15 278.62 0.53 0.68
Hex BA 82 D9 E 28 0 F 117 35 44
Octal 272 202 331 16 50 0 17 427 65 104
Binary 10111010 10000010 11011001 1110 101000 0 1111 100010111 110101 1000100

Color Harmonies of #BA82D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82D9

Black with #BA82D9

Text Example


Text Example

White with #BA82D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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