Html Css Color HEX #BA83DE Wisteria

📋 copy color: '#BA83DE'

red 186 ◦ green 131 ◦ blue 222

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

Shades of Wisteria #BA83DE

Tints of Wisteria #BA83DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 34.51%
G = 24.3%
B = 41.19%

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

#BA83DE (or 0xBA83DE) is known color: Wisteria. HEX triplet: BA, 83 and DE. RGB value is (186,131,222). Sum of RGB (Red+Green+Blue) = 186+131+222=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83DE is #457C21. Grayscale: #9D9D9D. Windows color (decimal): -4553762 or 14582714. OLE color: 14582714.

HSL color Cylindrical-coordinate representation of color #BA83DE: hue angle of 276.26º degrees, saturation: 0.58, 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 #BA83DE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 131 222 -
CMYK 0.16 0.41 0 0.13
HSL 276.26º 0.58% 0.69% -
HSV(B) 276.26º 0.41% 0.87% -
XYZ 41.55 31.95 73.08 -
YUV 157.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 186 131 222 0.16 0.41 0 0.13 276.26 0.58 0.69
Hex BA 83 DE 10 29 0 D 114 3A 45
Octal 272 203 336 20 51 0 15 424 72 105
Binary 10111010 10000011 11011110 10000 101001 0 1101 100010100 111010 1000101

Color Harmonies of #BA83DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83DE

Black with #BA83DE

Text Example


Text Example

White with #BA83DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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