Html Css Color HEX #BA83DD Wisteria

📋 copy color: '#BA83DD'

red 186 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #BA83DD

Tints of Wisteria #BA83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.35%

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

R = 34.57%
G = 24.35%
B = 41.08%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA83DD (or 0xBA83DD) is known color: Wisteria. HEX triplet: BA, 83 and DD. RGB value is (186,131,221). Sum of RGB (Red+Green+Blue) = 186+131+221=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83DD is #457C22. Grayscale: #9D9D9D. Windows color (decimal): -4553763 or 14517178. OLE color: 14517178.

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

Color convert

RGB 186 131 221 -
CMYK 0.16 0.41 0 0.13
HSL 276.67º 0.57% 0.69% -
HSV(B) 276.67º 0.41% 0.87% -
XYZ 41.42 31.89 72.38 -
YUV 157.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 186 131 221 0.16 0.41 0 0.13 276.67 0.57 0.69
Hex BA 83 DD 10 29 0 D 115 39 45
Octal 272 203 335 20 51 0 15 425 71 105
Binary 10111010 10000011 11011101 10000 101001 0 1101 100010101 111001 1000101

Color Harmonies of #BA83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83DD

Black with #BA83DD

Text Example


Text Example

White with #BA83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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