Html Css Color HEX #BA95D1 Wisteria

📋 copy color: '#BA95D1'

red 186 ◦ green 149 ◦ blue 209

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

Shades of Wisteria #BA95D1

Tints of Wisteria #BA95D1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.39%

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

R = 34.19%
G = 27.39%
B = 38.42%

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

#BA95D1 (or 0xBA95D1) is known color: Wisteria. HEX triplet: BA, 95 and D1. RGB value is (186,149,209). Sum of RGB (Red+Green+Blue) = 186+149+209=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95D1 is #456A2E. Grayscale: #A6A6A6. Windows color (decimal): -4549167 or 13735354. OLE color: 13735354.

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

Color convert

RGB 186 149 209 -
CMYK 0.11 0.29 0 0.18
HSL 277º 0.39% 0.7% -
HSV(B) 277º 0.29% 0.82% -
XYZ 42.51 36.54 65.13 -
YUV 166.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 186 149 209 0.11 0.29 0 0.18 277 0.39 0.7
Hex BA 95 D1 B 1D 0 12 115 27 46
Octal 272 225 321 13 35 0 22 425 47 106
Binary 10111010 10010101 11010001 1011 11101 0 10010 100010101 100111 1000110

Color Harmonies of #BA95D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95D1

Black with #BA95D1

Text Example


Text Example

White with #BA95D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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