Html Css Color HEX #BA79E5 Wisteria

📋 copy color: '#BA79E5'

red 186 ◦ green 121 ◦ blue 229

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

Shades of Wisteria #BA79E5

Tints of Wisteria #BA79E5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.57%

 BLUE value IS 229 (89.84% from 255) = 42.72%

R = 34.7%
G = 22.57%
B = 42.72%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA79E5 (or 0xBA79E5) is known color: Wisteria. HEX triplet: BA, 79 and E5. RGB value is (186,121,229). Sum of RGB (Red+Green+Blue) = 186+121+229=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79E5 is #45861A. Grayscale: #989898. Windows color (decimal): -4556315 or 15038906. OLE color: 15038906.

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

Color convert

RGB 186 121 229 -
CMYK 0.19 0.47 0 0.10
HSL 276.11º 0.68% 0.69% -
HSV(B) 276.11º 0.47% 0.9% -
XYZ 41.23 29.77 77.7 -
YUV 152.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 186 121 229 0.19 0.47 0 0.10 276.11 0.68 0.69
Hex BA 79 E5 13 2F 0 A 114 44 45
Octal 272 171 345 23 57 0 12 424 104 105
Binary 10111010 1111001 11100101 10011 101111 0 1010 100010100 1000100 1000101

Color Harmonies of #BA79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79E5

Black with #BA79E5

Text Example


Text Example

White with #BA79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79E5; }

 p { color: rgb(186,121,229); }

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

background-color css

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

 a { background-color: rgb(186,121,229); }

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

border-color css

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

 span { border-color: rgb(186,121,229); }

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