Html Css Color HEX #BA7AE0 Wisteria

📋 copy color: '#BA7AE0'

red 186 ◦ green 122 ◦ blue 224

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

Shades of Wisteria #BA7AE0

Tints of Wisteria #BA7AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 34.96%
G = 22.93%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA7AE0 (or 0xBA7AE0) is known color: Wisteria. HEX triplet: BA, 7A and E0. RGB value is (186,122,224). Sum of RGB (Red+Green+Blue) = 186+122+224=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA7AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AE0 is #45851F. Grayscale: #989898. Windows color (decimal): -4556064 or 14711482. OLE color: 14711482.

HSL color Cylindrical-coordinate representation of color #BA7AE0: hue angle of 277.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7AE0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 122 224 -
CMYK 0.17 0.46 0 0.12
HSL 277.65º 0.62% 0.68% -
HSV(B) 277.65º 0.46% 0.88% -
XYZ 40.66 29.74 74.12 -
YUV 152.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 186 122 224 0.17 0.46 0 0.12 277.65 0.62 0.68
Hex BA 7A E0 11 2E 0 C 116 3E 44
Octal 272 172 340 21 56 0 14 426 76 104
Binary 10111010 1111010 11100000 10001 101110 0 1100 100010110 111110 1000100

Color Harmonies of #BA7AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AE0

Black with #BA7AE0

Text Example


Text Example

White with #BA7AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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