Html Css Color HEX #BA7DDF Wisteria

📋 copy color: '#BA7DDF'

red 186 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #BA7DDF

Tints of Wisteria #BA7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.41%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 34.83%
G = 23.41%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA7DDF (or 0xBA7DDF) is known color: Wisteria. HEX triplet: BA, 7D and DF. RGB value is (186,125,223). Sum of RGB (Red+Green+Blue) = 186+125+223=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDF is #458220. Grayscale: #9A9A9A. Windows color (decimal): -4555297 or 14646714. OLE color: 14646714.

HSL color Cylindrical-coordinate representation of color #BA7DDF: hue angle of 277.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7DDF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 125 223 -
CMYK 0.17 0.44 0 0.13
HSL 277.35º 0.6% 0.68% -
HSV(B) 277.35º 0.44% 0.87% -
XYZ 40.9 30.43 73.53 -
YUV 154.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 186 125 223 0.17 0.44 0 0.13 277.35 0.6 0.68
Hex BA 7D DF 11 2C 0 D 115 3C 44
Octal 272 175 337 21 54 0 15 425 74 104
Binary 10111010 1111101 11011111 10001 101100 0 1101 100010101 111100 1000100

Color Harmonies of #BA7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DDF

Black with #BA7DDF

Text Example


Text Example

White with #BA7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DDF; }

 p { color: rgb(186,125,223); }

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

background-color css

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

 a { background-color: rgb(186,125,223); }

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

border-color css

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

 span { border-color: rgb(186,125,223); }

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