Html Css Color HEX #BA7CE1 Wisteria

📋 copy color: '#BA7CE1'

red 186 ◦ green 124 ◦ blue 225

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

Shades of Wisteria #BA7CE1

Tints of Wisteria #BA7CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 34.77%
G = 23.18%
B = 42.06%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA7CE1 (or 0xBA7CE1) is known color: Wisteria. HEX triplet: BA, 7C and E1. RGB value is (186,124,225). Sum of RGB (Red+Green+Blue) = 186+124+225=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CE1 is #45831E. Grayscale: #999999. Windows color (decimal): -4555551 or 14777530. OLE color: 14777530.

HSL color Cylindrical-coordinate representation of color #BA7CE1: hue angle of 276.83º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7CE1 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 124 225 -
CMYK 0.17 0.45 0 0.12
HSL 276.83º 0.63% 0.68% -
HSV(B) 276.83º 0.45% 0.88% -
XYZ 41.05 30.29 74.92 -
YUV 154.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 186 124 225 0.17 0.45 0 0.12 276.83 0.63 0.68
Hex BA 7C E1 11 2D 0 C 115 3F 44
Octal 272 174 341 21 55 0 14 425 77 104
Binary 10111010 1111100 11100001 10001 101101 0 1100 100010101 111111 1000100

Color Harmonies of #BA7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CE1

Black with #BA7CE1

Text Example


Text Example

White with #BA7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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