Html Css Color HEX #BA7AEC Wisteria

📋 copy color: '#BA7AEC'

red 186 ◦ green 122 ◦ blue 236

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

Shades of Wisteria #BA7AEC

Tints of Wisteria #BA7AEC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.43%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 34.19%
G = 22.43%
B = 43.38%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7AEC (or 0xBA7AEC) is known color: Wisteria. HEX triplet: BA, 7A and EC. RGB value is (186,122,236). Sum of RGB (Red+Green+Blue) = 186+122+236=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AEC is #458513. Grayscale: #999999. Windows color (decimal): -4556052 or 15497914. OLE color: 15497914.

HSL color Cylindrical-coordinate representation of color #BA7AEC: hue angle of 273.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7AEC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 122 236 -
CMYK 0.21 0.48 0 0.07
HSL 273.68º 0.75% 0.7% -
HSV(B) 273.68º 0.48% 0.93% -
XYZ 42.35 30.41 83 -
YUV 154.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 186 122 236 0.21 0.48 0 0.07 273.68 0.75 0.7
Hex BA 7A EC 15 30 0 7 112 4B 46
Octal 272 172 354 25 60 0 7 422 113 106
Binary 10111010 1111010 11101100 10101 110000 0 111 100010010 1001011 1000110

Color Harmonies of #BA7AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AEC

Black with #BA7AEC

Text Example


Text Example

White with #BA7AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AEC; }

 p { color: rgb(186,122,236); }

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

background-color css

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

 a { background-color: rgb(186,122,236); }

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

border-color css

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

 span { border-color: rgb(186,122,236); }

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