Html Css Color HEX #BA7CEA Wisteria

📋 copy color: '#BA7CEA'

red 186 ◦ green 124 ◦ blue 234

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

Shades of Wisteria #BA7CEA

Tints of Wisteria #BA7CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

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

R = 34.19%
G = 22.79%
B = 43.01%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA7CEA (or 0xBA7CEA) is known color: Wisteria. HEX triplet: BA, 7C and EA. RGB value is (186,124,234). Sum of RGB (Red+Green+Blue) = 186+124+234=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CEA is #458315. Grayscale: #9A9A9A. Windows color (decimal): -4555542 or 15367354. OLE color: 15367354.

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

Color convert

RGB 186 124 234 -
CMYK 0.21 0.47 0 0.08
HSL 273.82º 0.72% 0.7% -
HSV(B) 273.82º 0.47% 0.92% -
XYZ 42.31 30.79 81.56 -
YUV 155.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 186 124 234 0.21 0.47 0 0.08 273.82 0.72 0.7
Hex BA 7C EA 15 2F 0 8 112 48 46
Octal 272 174 352 25 57 0 10 422 110 106
Binary 10111010 1111100 11101010 10101 101111 0 1000 100010010 1001000 1000110

Color Harmonies of #BA7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CEA

Black with #BA7CEA

Text Example


Text Example

White with #BA7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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