Html Css Color HEX #BA85DC Wisteria

📋 copy color: '#BA85DC'

red 186 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #BA85DC

Tints of Wisteria #BA85DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.68%

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

R = 34.51%
G = 24.68%
B = 40.82%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA85DC (or 0xBA85DC) is known color: Wisteria. HEX triplet: BA, 85 and DC. RGB value is (186,133,220). Sum of RGB (Red+Green+Blue) = 186+133+220=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85DC is #457A23. Grayscale: #9E9E9E. Windows color (decimal): -4553252 or 14452154. OLE color: 14452154.

HSL color Cylindrical-coordinate representation of color #BA85DC: hue angle of 276.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA85DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 133 220 -
CMYK 0.15 0.40 0 0.14
HSL 276.55º 0.55% 0.69% -
HSV(B) 276.55º 0.4% 0.86% -
XYZ 41.56 32.38 71.77 -
YUV 158.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 186 133 220 0.15 0.40 0 0.14 276.55 0.55 0.69
Hex BA 85 DC F 28 0 E 115 37 45
Octal 272 205 334 17 50 0 16 425 67 105
Binary 10111010 10000101 11011100 1111 101000 0 1110 100010101 110111 1000101

Color Harmonies of #BA85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85DC

Black with #BA85DC

Text Example


Text Example

White with #BA85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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