Html Css Color HEX #BA8CD5 Wisteria

📋 copy color: '#BA8CD5'

red 186 ◦ green 140 ◦ blue 213

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

Shades of Wisteria #BA8CD5

Tints of Wisteria #BA8CD5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 34.51%
G = 25.97%
B = 39.52%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA8CD5 (or 0xBA8CD5) is known color: Wisteria. HEX triplet: BA, 8C and D5. RGB value is (186,140,213). Sum of RGB (Red+Green+Blue) = 186+140+213=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA8CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CD5 is #45732A. Grayscale: #A1A1A1. Windows color (decimal): -4551467 or 13995194. OLE color: 13995194.

HSL color Cylindrical-coordinate representation of color #BA8CD5: hue angle of 277.81º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8CD5 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 140 213 -
CMYK 0.13 0.34 0 0.16
HSL 277.81º 0.46% 0.69% -
HSV(B) 277.81º 0.34% 0.84% -
XYZ 41.64 34 67.32 -
YUV 162.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 186 140 213 0.13 0.34 0 0.16 277.81 0.46 0.69
Hex BA 8C D5 D 22 0 10 116 2E 45
Octal 272 214 325 15 42 0 20 426 56 105
Binary 10111010 10001100 11010101 1101 100010 0 10000 100010110 101110 1000101

Color Harmonies of #BA8CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CD5

Black with #BA8CD5

Text Example


Text Example

White with #BA8CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CD5; }

 p { color: rgb(186,140,213); }

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

background-color css

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

 a { background-color: rgb(186,140,213); }

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

border-color css

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

 span { border-color: rgb(186,140,213); }

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