Html Css Color HEX #BA82E3 Wisteria

📋 copy color: '#BA82E3'

red 186 ◦ green 130 ◦ blue 227

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

Shades of Wisteria #BA82E3

Tints of Wisteria #BA82E3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.94%

 BLUE value IS 227 (89.06% from 255) = 41.8%

R = 34.25%
G = 23.94%
B = 41.8%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA82E3 (or 0xBA82E3) is known color: Wisteria. HEX triplet: BA, 82 and E3. RGB value is (186,130,227). Sum of RGB (Red+Green+Blue) = 186+130+227=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA82E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82E3 is #457D1C. Grayscale: #9D9D9D. Windows color (decimal): -4554013 or 14910138. OLE color: 14910138.

HSL color Cylindrical-coordinate representation of color #BA82E3: hue angle of 274.64º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA82E3 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 130 227 -
CMYK 0.18 0.43 0 0.11
HSL 274.64º 0.63% 0.7% -
HSV(B) 274.64º 0.43% 0.89% -
XYZ 42.1 31.95 76.62 -
YUV 157.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 186 130 227 0.18 0.43 0 0.11 274.64 0.63 0.7
Hex BA 82 E3 12 2B 0 B 113 3F 46
Octal 272 202 343 22 53 0 13 423 77 106
Binary 10111010 10000010 11100011 10010 101011 0 1011 100010011 111111 1000110

Color Harmonies of #BA82E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82E3

Black with #BA82E3

Text Example


Text Example

White with #BA82E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82E3; }

 p { color: rgb(186,130,227); }

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

background-color css

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

 a { background-color: rgb(186,130,227); }

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

border-color css

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

 span { border-color: rgb(186,130,227); }

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