Html Css Color HEX #BA97D0 Wisteria

📋 copy color: '#BA97D0'

red 186 ◦ green 151 ◦ blue 208

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

Shades of Wisteria #BA97D0

Tints of Wisteria #BA97D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 34.13%
G = 27.71%
B = 38.17%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA97D0 (or 0xBA97D0) is known color: Wisteria. HEX triplet: BA, 97 and D0. RGB value is (186,151,208). Sum of RGB (Red+Green+Blue) = 186+151+208=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97D0 is #45682F. Grayscale: #A7A7A7. Windows color (decimal): -4548656 or 13670330. OLE color: 13670330.

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

Color convert

RGB 186 151 208 -
CMYK 0.11 0.27 0 0.18
HSL 276.84º 0.38% 0.7% -
HSV(B) 276.84º 0.27% 0.82% -
XYZ 42.7 37.13 64.59 -
YUV 167.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 186 151 208 0.11 0.27 0 0.18 276.84 0.38 0.7
Hex BA 97 D0 B 1B 0 12 115 26 46
Octal 272 227 320 13 33 0 22 425 46 106
Binary 10111010 10010111 11010000 1011 11011 0 10010 100010101 100110 1000110

Color Harmonies of #BA97D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97D0

Black with #BA97D0

Text Example


Text Example

White with #BA97D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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