Html Css Color HEX #BA82DC Wisteria

📋 copy color: '#BA82DC'

red 186 ◦ green 130 ◦ blue 220

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

Shades of Wisteria #BA82DC

Tints of Wisteria #BA82DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 34.7%
G = 24.25%
B = 41.04%

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

#BA82DC (or 0xBA82DC) is known color: Wisteria. HEX triplet: BA, 82 and DC. RGB value is (186,130,220). Sum of RGB (Red+Green+Blue) = 186+130+220=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82DC is #457D23. Grayscale: #9C9C9C. Windows color (decimal): -4554020 or 14451386. OLE color: 14451386.

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

Color convert

RGB 186 130 220 -
CMYK 0.15 0.41 0 0.14
HSL 277.33º 0.56% 0.69% -
HSV(B) 277.33º 0.41% 0.86% -
XYZ 41.15 31.57 71.64 -
YUV 157 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 186 130 220 0.15 0.41 0 0.14 277.33 0.56 0.69
Hex BA 82 DC F 29 0 E 115 38 45
Octal 272 202 334 17 51 0 16 425 70 105
Binary 10111010 10000010 11011100 1111 101001 0 1110 100010101 111000 1000101

Color Harmonies of #BA82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82DC

Black with #BA82DC

Text Example


Text Example

White with #BA82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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