Html Css Color HEX #BA7EDC Wisteria

📋 copy color: '#BA7EDC'

red 186 ◦ green 126 ◦ blue 220

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

Shades of Wisteria #BA7EDC

Tints of Wisteria #BA7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

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

R = 34.96%
G = 23.68%
B = 41.35%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA7EDC (or 0xBA7EDC) is known color: Wisteria. HEX triplet: BA, 7E and DC. RGB value is (186,126,220). Sum of RGB (Red+Green+Blue) = 186+126+220=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EDC is #458123. Grayscale: #9A9A9A. Windows color (decimal): -4555044 or 14450362. OLE color: 14450362.

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

Color convert

RGB 186 126 220 -
CMYK 0.15 0.43 0 0.14
HSL 278.3º 0.57% 0.68% -
HSV(B) 278.3º 0.43% 0.86% -
XYZ 40.63 30.53 71.46 -
YUV 154.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 186 126 220 0.15 0.43 0 0.14 278.3 0.57 0.68
Hex BA 7E DC F 2B 0 E 116 39 44
Octal 272 176 334 17 53 0 16 426 71 104
Binary 10111010 1111110 11011100 1111 101011 0 1110 100010110 111001 1000100

Color Harmonies of #BA7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EDC

Black with #BA7EDC

Text Example


Text Example

White with #BA7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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