Html Css Color HEX #BA8ED1 Wisteria

📋 copy color: '#BA8ED1'

red 186 ◦ green 142 ◦ blue 209

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

Shades of Wisteria #BA8ED1

Tints of Wisteria #BA8ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

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

R = 34.64%
G = 26.44%
B = 38.92%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA8ED1 (or 0xBA8ED1) is known color: Wisteria. HEX triplet: BA, 8E and D1. RGB value is (186,142,209). Sum of RGB (Red+Green+Blue) = 186+142+209=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ED1 is #45712E. Grayscale: #A2A2A2. Windows color (decimal): -4550959 or 13733562. OLE color: 13733562.

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

Color convert

RGB 186 142 209 -
CMYK 0.11 0.32 0 0.18
HSL 279.4º 0.42% 0.69% -
HSV(B) 279.4º 0.32% 0.82% -
XYZ 41.43 34.39 64.78 -
YUV 162.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 186 142 209 0.11 0.32 0 0.18 279.4 0.42 0.69
Hex BA 8E D1 B 20 0 12 117 2A 45
Octal 272 216 321 13 40 0 22 427 52 105
Binary 10111010 10001110 11010001 1011 100000 0 10010 100010111 101010 1000101

Color Harmonies of #BA8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ED1

Black with #BA8ED1

Text Example


Text Example

White with #BA8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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