Html Css Color HEX #BA94D1 Wisteria

📋 copy color: '#BA94D1'

red 186 ◦ green 148 ◦ blue 209

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

Shades of Wisteria #BA94D1

Tints of Wisteria #BA94D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

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

R = 34.25%
G = 27.26%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA94D1 (or 0xBA94D1) is known color: Wisteria. HEX triplet: BA, 94 and D1. RGB value is (186,148,209). Sum of RGB (Red+Green+Blue) = 186+148+209=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA94D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94D1 is #456B2E. Grayscale: #A6A6A6. Windows color (decimal): -4549423 or 13735098. OLE color: 13735098.

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

Color convert

RGB 186 148 209 -
CMYK 0.11 0.29 0 0.18
HSL 277.38º 0.4% 0.7% -
HSV(B) 277.38º 0.29% 0.82% -
XYZ 42.35 36.22 65.08 -
YUV 166.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 186 148 209 0.11 0.29 0 0.18 277.38 0.4 0.7
Hex BA 94 D1 B 1D 0 12 115 28 46
Octal 272 224 321 13 35 0 22 425 50 106
Binary 10111010 10010100 11010001 1011 11101 0 10010 100010101 101000 1000110

Color Harmonies of #BA94D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94D1

Black with #BA94D1

Text Example


Text Example

White with #BA94D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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