Html Css Color HEX #BA7AE7 Wisteria

📋 copy color: '#BA7AE7'

red 186 ◦ green 122 ◦ blue 231

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

Shades of Wisteria #BA7AE7

Tints of Wisteria #BA7AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 34.51%
G = 22.63%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA7AE7 (or 0xBA7AE7) is known color: Wisteria. HEX triplet: BA, 7A and E7. RGB value is (186,122,231). Sum of RGB (Red+Green+Blue) = 186+122+231=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA7AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AE7 is #458518. Grayscale: #999999. Windows color (decimal): -4556057 or 15170234. OLE color: 15170234.

HSL color Cylindrical-coordinate representation of color #BA7AE7: hue angle of 275.23º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7AE7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 122 231 -
CMYK 0.19 0.47 0 0.09
HSL 275.23º 0.69% 0.69% -
HSV(B) 275.23º 0.47% 0.91% -
XYZ 41.63 30.13 79.22 -
YUV 153.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 186 122 231 0.19 0.47 0 0.09 275.23 0.69 0.69
Hex BA 7A E7 13 2F 0 9 113 45 45
Octal 272 172 347 23 57 0 11 423 105 105
Binary 10111010 1111010 11100111 10011 101111 0 1001 100010011 1000101 1000101

Color Harmonies of #BA7AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AE7

Black with #BA7AE7

Text Example


Text Example

White with #BA7AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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