Html Css Color HEX #BA79E7 Wisteria

📋 copy color: '#BA79E7'

red 186 ◦ green 121 ◦ blue 231

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

Shades of Wisteria #BA79E7

Tints of Wisteria #BA79E7

RGB

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

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

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

R = 34.57%
G = 22.49%
B = 42.94%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA79E7 (or 0xBA79E7) is known color: Wisteria. HEX triplet: BA, 79 and E7. RGB value is (186,121,231). Sum of RGB (Red+Green+Blue) = 186+121+231=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA79E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79E7 is #458618. Grayscale: #989898. Windows color (decimal): -4556313 or 15169978. OLE color: 15169978.

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

Color convert

RGB 186 121 231 -
CMYK 0.19 0.48 0 0.09
HSL 275.45º 0.7% 0.69% -
HSV(B) 275.45º 0.48% 0.91% -
XYZ 41.51 29.88 79.18 -
YUV 152.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 186 121 231 0.19 0.48 0 0.09 275.45 0.7 0.69
Hex BA 79 E7 13 30 0 9 113 46 45
Octal 272 171 347 23 60 0 11 423 106 105
Binary 10111010 1111001 11100111 10011 110000 0 1001 100010011 1000110 1000101

Color Harmonies of #BA79E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79E7

Black with #BA79E7

Text Example


Text Example

White with #BA79E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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