Html Css Color HEX #BA87E0 Wisteria

📋 copy color: '#BA87E0'

red 186 ◦ green 135 ◦ blue 224

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

Shades of Wisteria #BA87E0

Tints of Wisteria #BA87E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 34.13%
G = 24.77%
B = 41.1%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA87E0 (or 0xBA87E0) is known color: Wisteria. HEX triplet: BA, 87 and E0. RGB value is (186,135,224). Sum of RGB (Red+Green+Blue) = 186+135+224=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87E0 is #45781F. Grayscale: #A0A0A0. Windows color (decimal): -4552736 or 14714810. OLE color: 14714810.

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

Color convert

RGB 186 135 224 -
CMYK 0.17 0.40 0 0.12
HSL 274.38º 0.59% 0.7% -
HSV(B) 274.38º 0.4% 0.88% -
XYZ 42.37 33.15 74.69 -
YUV 160.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 186 135 224 0.17 0.40 0 0.12 274.38 0.59 0.7
Hex BA 87 E0 11 28 0 C 112 3B 46
Octal 272 207 340 21 50 0 14 422 73 106
Binary 10111010 10000111 11100000 10001 101000 0 1100 100010010 111011 1000110

Color Harmonies of #BA87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87E0

Black with #BA87E0

Text Example


Text Example

White with #BA87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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