Html Css Color HEX #BA81DD Wisteria

📋 copy color: '#BA81DD'

red 186 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #BA81DD

Tints of Wisteria #BA81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.07%

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

R = 34.7%
G = 24.07%
B = 41.23%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA81DD (or 0xBA81DD) is known color: Wisteria. HEX triplet: BA, 81 and DD. RGB value is (186,129,221). Sum of RGB (Red+Green+Blue) = 186+129+221=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81DD is #457E22. Grayscale: #9C9C9C. Windows color (decimal): -4554275 or 14516666. OLE color: 14516666.

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

Color convert

RGB 186 129 221 -
CMYK 0.16 0.42 0 0.13
HSL 277.17º 0.58% 0.69% -
HSV(B) 277.17º 0.42% 0.87% -
XYZ 41.15 31.36 72.29 -
YUV 156.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 186 129 221 0.16 0.42 0 0.13 277.17 0.58 0.69
Hex BA 81 DD 10 2A 0 D 115 3A 45
Octal 272 201 335 20 52 0 15 425 72 105
Binary 10111010 10000001 11011101 10000 101010 0 1101 100010101 111010 1000101

Color Harmonies of #BA81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA81DD

Black with #BA81DD

Text Example


Text Example

White with #BA81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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