Html Css Color HEX #BA88E0 Wisteria

📋 copy color: '#BA88E0'

red 186 ◦ green 136 ◦ blue 224

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

Shades of Wisteria #BA88E0

Tints of Wisteria #BA88E0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.91%

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

R = 34.07%
G = 24.91%
B = 41.03%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA88E0 (or 0xBA88E0) is known color: Wisteria. HEX triplet: BA, 88 and E0. RGB value is (186,136,224). Sum of RGB (Red+Green+Blue) = 186+136+224=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA88E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88E0 is #45771F. Grayscale: #A0A0A0. Windows color (decimal): -4552480 or 14715066. OLE color: 14715066.

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

Color convert

RGB 186 136 224 -
CMYK 0.17 0.39 0 0.12
HSL 274.09º 0.59% 0.71% -
HSV(B) 274.09º 0.39% 0.88% -
XYZ 42.51 33.43 74.73 -
YUV 160.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 186 136 224 0.17 0.39 0 0.12 274.09 0.59 0.71
Hex BA 88 E0 11 27 0 C 112 3B 47
Octal 272 210 340 21 47 0 14 422 73 107
Binary 10111010 10001000 11100000 10001 100111 0 1100 100010010 111011 1000111

Color Harmonies of #BA88E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88E0

Black with #BA88E0

Text Example


Text Example

White with #BA88E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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