Html Css Color HEX #BA7CE0 Wisteria

📋 copy color: '#BA7CE0'

red 186 ◦ green 124 ◦ blue 224

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

Shades of Wisteria #BA7CE0

Tints of Wisteria #BA7CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 34.83%
G = 23.22%
B = 41.95%

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

#BA7CE0 (or 0xBA7CE0) is known color: Wisteria. HEX triplet: BA, 7C and E0. RGB value is (186,124,224). Sum of RGB (Red+Green+Blue) = 186+124+224=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CE0 is #45831F. Grayscale: #999999. Windows color (decimal): -4555552 or 14711994. OLE color: 14711994.

HSL color Cylindrical-coordinate representation of color #BA7CE0: hue angle of 277.2º degrees, saturation: 0.62, 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 #BA7CE0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 124 224 -
CMYK 0.17 0.45 0 0.12
HSL 277.2º 0.62% 0.68% -
HSV(B) 277.2º 0.45% 0.88% -
XYZ 40.91 30.24 74.2 -
YUV 153.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 186 124 224 0.17 0.45 0 0.12 277.2 0.62 0.68
Hex BA 7C E0 11 2D 0 C 115 3E 44
Octal 272 174 340 21 55 0 14 425 76 104
Binary 10111010 1111100 11100000 10001 101101 0 1100 100010101 111110 1000100

Color Harmonies of #BA7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CE0

Black with #BA7CE0

Text Example


Text Example

White with #BA7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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