Html Css Color HEX #BA89DF Wisteria

📋 copy color: '#BA89DF'

red 186 ◦ green 137 ◦ blue 223

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

Shades of Wisteria #BA89DF

Tints of Wisteria #BA89DF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.09%

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

R = 34.07%
G = 25.09%
B = 40.84%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA89DF (or 0xBA89DF) is known color: Wisteria. HEX triplet: BA, 89 and DF. RGB value is (186,137,223). Sum of RGB (Red+Green+Blue) = 186+137+223=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89DF is #457620. Grayscale: #A1A1A1. Windows color (decimal): -4552225 or 14649786. OLE color: 14649786.

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

Color convert

RGB 186 137 223 -
CMYK 0.17 0.39 0 0.13
HSL 274.19º 0.57% 0.71% -
HSV(B) 274.19º 0.39% 0.87% -
XYZ 42.51 33.66 74.07 -
YUV 161.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 186 137 223 0.17 0.39 0 0.13 274.19 0.57 0.71
Hex BA 89 DF 11 27 0 D 112 39 47
Octal 272 211 337 21 47 0 15 422 71 107
Binary 10111010 10001001 11011111 10001 100111 0 1101 100010010 111001 1000111

Color Harmonies of #BA89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89DF

Black with #BA89DF

Text Example


Text Example

White with #BA89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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