Html Css Color HEX #BA86D6 Wisteria

📋 copy color: '#BA86D6'

red 186 ◦ green 134 ◦ blue 214

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

Shades of Wisteria #BA86D6

Tints of Wisteria #BA86D6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.09%

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 34.83%
G = 25.09%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA86D6 (or 0xBA86D6) is known color: Wisteria. HEX triplet: BA, 86 and D6. RGB value is (186,134,214). Sum of RGB (Red+Green+Blue) = 186+134+214=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86D6 is #457929. Grayscale: #9E9E9E. Windows color (decimal): -4553002 or 14059194. OLE color: 14059194.

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

Color convert

RGB 186 134 214 -
CMYK 0.13 0.37 0 0.16
HSL 279º 0.49% 0.68% -
HSV(B) 279º 0.37% 0.84% -
XYZ 40.91 32.34 67.71 -
YUV 158.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 186 134 214 0.13 0.37 0 0.16 279 0.49 0.68
Hex BA 86 D6 D 25 0 10 117 31 44
Octal 272 206 326 15 45 0 20 427 61 104
Binary 10111010 10000110 11010110 1101 100101 0 10000 100010111 110001 1000100

Color Harmonies of #BA86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86D6

Black with #BA86D6

Text Example


Text Example

White with #BA86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86D6; }

 p { color: rgb(186,134,214); }

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

background-color css

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

 a { background-color: rgb(186,134,214); }

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

border-color css

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

 span { border-color: rgb(186,134,214); }

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