Html Css Color HEX #BA7AED Wisteria

📋 copy color: '#BA7AED'

red 186 ◦ green 122 ◦ blue 237

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

Shades of Wisteria #BA7AED

Tints of Wisteria #BA7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.39%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 34.13%
G = 22.39%
B = 43.49%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7AED (or 0xBA7AED) is known color: Wisteria. HEX triplet: BA, 7A and ED. RGB value is (186,122,237). Sum of RGB (Red+Green+Blue) = 186+122+237=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AED is #458512. Grayscale: #999999. Windows color (decimal): -4556051 or 15563450. OLE color: 15563450.

HSL color Cylindrical-coordinate representation of color #BA7AED: hue angle of 273.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7AED is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 122 237 -
CMYK 0.22 0.49 0 0.07
HSL 273.39º 0.76% 0.7% -
HSV(B) 273.39º 0.49% 0.93% -
XYZ 42.5 30.47 83.76 -
YUV 154.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 186 122 237 0.22 0.49 0 0.07 273.39 0.76 0.7
Hex BA 7A ED 16 31 0 7 111 4C 46
Octal 272 172 355 26 61 0 7 421 114 106
Binary 10111010 1111010 11101101 10110 110001 0 111 100010001 1001100 1000110

Color Harmonies of #BA7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AED

Black with #BA7AED

Text Example


Text Example

White with #BA7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AED; }

 p { color: rgb(186,122,237); }

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

background-color css

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

 a { background-color: rgb(186,122,237); }

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

border-color css

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

 span { border-color: rgb(186,122,237); }

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