Html Css Color HEX #BA7EE8 Wisteria

📋 copy color: '#BA7EE8'

red 186 ◦ green 126 ◦ blue 232

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

Shades of Wisteria #BA7EE8

Tints of Wisteria #BA7EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 34.19%
G = 23.16%
B = 42.65%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA7EE8 (or 0xBA7EE8) is known color: Wisteria. HEX triplet: BA, 7E and E8. RGB value is (186,126,232). Sum of RGB (Red+Green+Blue) = 186+126+232=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA7EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EE8 is #458117. Grayscale: #9B9B9B. Windows color (decimal): -4555032 or 15236794. OLE color: 15236794.

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

Color convert

RGB 186 126 232 -
CMYK 0.20 0.46 0 0.09
HSL 273.96º 0.7% 0.7% -
HSV(B) 273.96º 0.46% 0.91% -
XYZ 42.28 31.19 80.14 -
YUV 156.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 186 126 232 0.20 0.46 0 0.09 273.96 0.7 0.7
Hex BA 7E E8 14 2E 0 9 112 46 46
Octal 272 176 350 24 56 0 11 422 106 106
Binary 10111010 1111110 11101000 10100 101110 0 1001 100010010 1000110 1000110

Color Harmonies of #BA7EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EE8

Black with #BA7EE8

Text Example


Text Example

White with #BA7EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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