Html Css Color HEX #BA97D2 Wisteria

📋 copy color: '#BA97D2'

red 186 ◦ green 151 ◦ blue 210

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

Shades of Wisteria #BA97D2

Tints of Wisteria #BA97D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 34%
G = 27.61%
B = 38.39%

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

#BA97D2 (or 0xBA97D2) is known color: Wisteria. HEX triplet: BA, 97 and D2. RGB value is (186,151,210). Sum of RGB (Red+Green+Blue) = 186+151+210=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97D2 is #45682D. Grayscale: #A7A7A7. Windows color (decimal): -4548654 or 13801402. OLE color: 13801402.

HSL color Cylindrical-coordinate representation of color #BA97D2: hue angle of 275.59º degrees, saturation: 0.4, 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 #BA97D2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 151 210 -
CMYK 0.11 0.28 0 0.18
HSL 275.59º 0.4% 0.71% -
HSV(B) 275.59º 0.28% 0.82% -
XYZ 42.95 37.23 65.89 -
YUV 168.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 186 151 210 0.11 0.28 0 0.18 275.59 0.4 0.71
Hex BA 97 D2 B 1C 0 12 114 28 47
Octal 272 227 322 13 34 0 22 424 50 107
Binary 10111010 10010111 11010010 1011 11100 0 10010 100010100 101000 1000111

Color Harmonies of #BA97D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97D2

Black with #BA97D2

Text Example


Text Example

White with #BA97D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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