Html Css Color HEX #BA87DE Wisteria

📋 copy color: '#BA87DE'

red 186 ◦ green 135 ◦ blue 222

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

Shades of Wisteria #BA87DE

Tints of Wisteria #BA87DE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.86%

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 34.25%
G = 24.86%
B = 40.88%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA87DE (or 0xBA87DE) is known color: Wisteria. HEX triplet: BA, 87 and DE. RGB value is (186,135,222). Sum of RGB (Red+Green+Blue) = 186+135+222=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DE is #457821. Grayscale: #9F9F9F. Windows color (decimal): -4552738 or 14583738. OLE color: 14583738.

HSL color Cylindrical-coordinate representation of color #BA87DE: hue angle of 275.17º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA87DE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 135 222 -
CMYK 0.16 0.39 0 0.13
HSL 275.17º 0.57% 0.7% -
HSV(B) 275.17º 0.39% 0.87% -
XYZ 42.1 33.04 73.27 -
YUV 160.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 186 135 222 0.16 0.39 0 0.13 275.17 0.57 0.7
Hex BA 87 DE 10 27 0 D 113 39 46
Octal 272 207 336 20 47 0 15 423 71 106
Binary 10111010 10000111 11011110 10000 100111 0 1101 100010011 111001 1000110

Color Harmonies of #BA87DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87DE

Black with #BA87DE

Text Example


Text Example

White with #BA87DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87DE; }

 p { color: rgb(186,135,222); }

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

background-color css

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

 a { background-color: rgb(186,135,222); }

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

border-color css

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

 span { border-color: rgb(186,135,222); }

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