Html Css Color HEX #BA8CDC Wisteria

📋 copy color: '#BA8CDC'

red 186 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #BA8CDC

Tints of Wisteria #BA8CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 34.07%
G = 25.64%
B = 40.29%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA8CDC (or 0xBA8CDC) is known color: Wisteria. HEX triplet: BA, 8C and DC. RGB value is (186,140,220). Sum of RGB (Red+Green+Blue) = 186+140+220=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CDC is #457323. Grayscale: #A2A2A2. Windows color (decimal): -4551460 or 14453946. OLE color: 14453946.

HSL color Cylindrical-coordinate representation of color #BA8CDC: hue angle of 274.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8CDC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 140 220 -
CMYK 0.15 0.36 0 0.14
HSL 274.5º 0.53% 0.71% -
HSV(B) 274.5º 0.36% 0.86% -
XYZ 42.55 34.36 72.1 -
YUV 162.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 186 140 220 0.15 0.36 0 0.14 274.5 0.53 0.71
Hex BA 8C DC F 24 0 E 112 35 47
Octal 272 214 334 17 44 0 16 422 65 107
Binary 10111010 10001100 11011100 1111 100100 0 1110 100010010 110101 1000111

Color Harmonies of #BA8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CDC

Black with #BA8CDC

Text Example


Text Example

White with #BA8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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