Html Css Color HEX #BA7EEC Wisteria

📋 copy color: '#BA7EEC'

red 186 ◦ green 126 ◦ blue 236

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

Shades of Wisteria #BA7EEC

Tints of Wisteria #BA7EEC

RGB

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

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

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

R = 33.94%
G = 22.99%
B = 43.07%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7EEC (or 0xBA7EEC) is known color: Wisteria. HEX triplet: BA, 7E and EC. RGB value is (186,126,236). Sum of RGB (Red+Green+Blue) = 186+126+236=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EEC is #458113. Grayscale: #9C9C9C. Windows color (decimal): -4555028 or 15498938. OLE color: 15498938.

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

Color convert

RGB 186 126 236 -
CMYK 0.21 0.47 0 0.07
HSL 272.73º 0.74% 0.71% -
HSV(B) 272.73º 0.47% 0.93% -
XYZ 42.85 31.42 83.16 -
YUV 156.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 186 126 236 0.21 0.47 0 0.07 272.73 0.74 0.71
Hex BA 7E EC 15 2F 0 7 111 4A 47
Octal 272 176 354 25 57 0 7 421 112 107
Binary 10111010 1111110 11101100 10101 101111 0 111 100010001 1001010 1000111

Color Harmonies of #BA7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EEC

Black with #BA7EEC

Text Example


Text Example

White with #BA7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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