Html Css Color HEX #BA84DD Wisteria

📋 copy color: '#BA84DD'

red 186 ◦ green 132 ◦ blue 221

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

Shades of Wisteria #BA84DD

Tints of Wisteria #BA84DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.49%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 34.51%
G = 24.49%
B = 41%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA84DD (or 0xBA84DD) is known color: Wisteria. HEX triplet: BA, 84 and DD. RGB value is (186,132,221). Sum of RGB (Red+Green+Blue) = 186+132+221=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DD is #457B22. Grayscale: #9D9D9D. Windows color (decimal): -4553507 or 14517434. OLE color: 14517434.

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

Color convert

RGB 186 132 221 -
CMYK 0.16 0.40 0 0.13
HSL 276.4º 0.57% 0.69% -
HSV(B) 276.4º 0.4% 0.87% -
XYZ 41.55 32.16 72.42 -
YUV 158.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 186 132 221 0.16 0.40 0 0.13 276.4 0.57 0.69
Hex BA 84 DD 10 28 0 D 114 39 45
Octal 272 204 335 20 50 0 15 424 71 105
Binary 10111010 10000100 11011101 10000 101000 0 1101 100010100 111001 1000101

Color Harmonies of #BA84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84DD

Black with #BA84DD

Text Example


Text Example

White with #BA84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84DD; }

 p { color: rgb(186,132,221); }

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

background-color css

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

 a { background-color: rgb(186,132,221); }

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

border-color css

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

 span { border-color: rgb(186,132,221); }

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