Html Css Color HEX #BA7EEA Wisteria

📋 copy color: '#BA7EEA'

red 186 ◦ green 126 ◦ blue 234

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

Shades of Wisteria #BA7EEA

Tints of Wisteria #BA7EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 34.07%
G = 23.08%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA7EEA (or 0xBA7EEA) is known color: Wisteria. HEX triplet: BA, 7E and EA. RGB value is (186,126,234). Sum of RGB (Red+Green+Blue) = 186+126+234=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EEA is #458115. Grayscale: #9B9B9B. Windows color (decimal): -4555030 or 15367866. OLE color: 15367866.

HSL color Cylindrical-coordinate representation of color #BA7EEA: hue angle of 273.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7EEA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 126 234 -
CMYK 0.21 0.46 0 0.08
HSL 273.33º 0.72% 0.71% -
HSV(B) 273.33º 0.46% 0.92% -
XYZ 42.56 31.3 81.64 -
YUV 156.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 186 126 234 0.21 0.46 0 0.08 273.33 0.72 0.71
Hex BA 7E EA 15 2E 0 8 111 48 47
Octal 272 176 352 25 56 0 10 421 110 107
Binary 10111010 1111110 11101010 10101 101110 0 1000 100010001 1001000 1000111

Color Harmonies of #BA7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EEA

Black with #BA7EEA

Text Example


Text Example

White with #BA7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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