Html Css Color HEX #BA97D1 Wisteria

📋 copy color: '#BA97D1'

red 186 ◦ green 151 ◦ blue 209

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

Shades of Wisteria #BA97D1

Tints of Wisteria #BA97D1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.66%

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 34.07%
G = 27.66%
B = 38.28%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA97D1 (or 0xBA97D1) is known color: Wisteria. HEX triplet: BA, 97 and D1. RGB value is (186,151,209). Sum of RGB (Red+Green+Blue) = 186+151+209=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97D1 is #45682E. Grayscale: #A7A7A7. Windows color (decimal): -4548655 or 13735866. OLE color: 13735866.

HSL color Cylindrical-coordinate representation of color #BA97D1: hue angle of 276.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA97D1 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 151 209 -
CMYK 0.11 0.28 0 0.18
HSL 276.21º 0.39% 0.71% -
HSV(B) 276.21º 0.28% 0.82% -
XYZ 42.82 37.18 65.24 -
YUV 168.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 186 151 209 0.11 0.28 0 0.18 276.21 0.39 0.71
Hex BA 97 D1 B 1C 0 12 114 27 47
Octal 272 227 321 13 34 0 22 424 47 107
Binary 10111010 10010111 11010001 1011 11100 0 10010 100010100 100111 1000111

Color Harmonies of #BA97D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97D1

Black with #BA97D1

Text Example


Text Example

White with #BA97D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97D1; }

 p { color: rgb(186,151,209); }

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

background-color css

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

 a { background-color: rgb(186,151,209); }

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

border-color css

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

 span { border-color: rgb(186,151,209); }

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