Html Css Color HEX #BA79E6 Wisteria

📋 copy color: '#BA79E6'

red 186 ◦ green 121 ◦ blue 230

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

Shades of Wisteria #BA79E6

Tints of Wisteria #BA79E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.83%

R = 34.64%
G = 22.53%
B = 42.83%

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

#BA79E6 (or 0xBA79E6) is known color: Wisteria. HEX triplet: BA, 79 and E6. RGB value is (186,121,230). Sum of RGB (Red+Green+Blue) = 186+121+230=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA79E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79E6 is #458619. Grayscale: #989898. Windows color (decimal): -4556314 or 15104442. OLE color: 15104442.

HSL color Cylindrical-coordinate representation of color #BA79E6: hue angle of 275.78º degrees, saturation: 0.69, 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 #BA79E6 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 121 230 -
CMYK 0.19 0.47 0 0.10
HSL 275.78º 0.69% 0.69% -
HSV(B) 275.78º 0.47% 0.9% -
XYZ 41.37 29.83 78.44 -
YUV 152.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 186 121 230 0.19 0.47 0 0.10 275.78 0.69 0.69
Hex BA 79 E6 13 2F 0 A 114 45 45
Octal 272 171 346 23 57 0 12 424 105 105
Binary 10111010 1111001 11100110 10011 101111 0 1010 100010100 1000101 1000101

Color Harmonies of #BA79E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79E6

Black with #BA79E6

Text Example


Text Example

White with #BA79E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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