Html Css Color HEX #BA8ED4 Wisteria

📋 copy color: '#BA8ED4'

red 186 ◦ green 142 ◦ blue 212

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

Shades of Wisteria #BA8ED4

Tints of Wisteria #BA8ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 34.44%
G = 26.3%
B = 39.26%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA8ED4 (or 0xBA8ED4) is known color: Wisteria. HEX triplet: BA, 8E and D4. RGB value is (186,142,212). Sum of RGB (Red+Green+Blue) = 186+142+212=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA8ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ED4 is #45712B. Grayscale: #A2A2A2. Windows color (decimal): -4550956 or 13930170. OLE color: 13930170.

HSL color Cylindrical-coordinate representation of color #BA8ED4: hue angle of 277.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA8ED4 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 142 212 -
CMYK 0.12 0.33 0 0.17
HSL 277.71º 0.45% 0.69% -
HSV(B) 277.71º 0.33% 0.83% -
XYZ 41.81 34.54 66.75 -
YUV 163.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 186 142 212 0.12 0.33 0 0.17 277.71 0.45 0.69
Hex BA 8E D4 C 21 0 11 116 2D 45
Octal 272 216 324 14 41 0 21 426 55 105
Binary 10111010 10001110 11010100 1100 100001 0 10001 100010110 101101 1000101

Color Harmonies of #BA8ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ED4

Black with #BA8ED4

Text Example


Text Example

White with #BA8ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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