Html Css Color HEX #BA85DF Wisteria

📋 copy color: '#BA85DF'

red 186 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #BA85DF

Tints of Wisteria #BA85DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 34.32%
G = 24.54%
B = 41.14%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA85DF (or 0xBA85DF) is known color: Wisteria. HEX triplet: BA, 85 and DF. RGB value is (186,133,223). Sum of RGB (Red+Green+Blue) = 186+133+223=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85DF is #457A20. Grayscale: #9E9E9E. Windows color (decimal): -4553249 or 14648762. OLE color: 14648762.

HSL color Cylindrical-coordinate representation of color #BA85DF: hue angle of 275.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA85DF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 133 223 -
CMYK 0.17 0.40 0 0.13
HSL 275.33º 0.58% 0.7% -
HSV(B) 275.33º 0.4% 0.87% -
XYZ 41.96 32.54 73.88 -
YUV 159.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 186 133 223 0.17 0.40 0 0.13 275.33 0.58 0.7
Hex BA 85 DF 11 28 0 D 113 3A 46
Octal 272 205 337 21 50 0 15 423 72 106
Binary 10111010 10000101 11011111 10001 101000 0 1101 100010011 111010 1000110

Color Harmonies of #BA85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85DF

Black with #BA85DF

Text Example


Text Example

White with #BA85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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