Html Css Color HEX #BA82E6 Wisteria

📋 copy color: '#BA82E6'

red 186 ◦ green 130 ◦ blue 230

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

Shades of Wisteria #BA82E6

Tints of Wisteria #BA82E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 34.07%
G = 23.81%
B = 42.12%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA82E6 (or 0xBA82E6) is known color: Wisteria. HEX triplet: BA, 82 and E6. RGB value is (186,130,230). Sum of RGB (Red+Green+Blue) = 186+130+230=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA82E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82E6 is #457D19. Grayscale: #9D9D9D. Windows color (decimal): -4554010 or 15106746. OLE color: 15106746.

HSL color Cylindrical-coordinate representation of color #BA82E6: hue angle of 273.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA82E6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 130 230 -
CMYK 0.19 0.43 0 0.10
HSL 273.6º 0.67% 0.71% -
HSV(B) 273.6º 0.43% 0.9% -
XYZ 42.52 32.12 78.82 -
YUV 158.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 186 130 230 0.19 0.43 0 0.10 273.6 0.67 0.71
Hex BA 82 E6 13 2B 0 A 112 43 47
Octal 272 202 346 23 53 0 12 422 103 107
Binary 10111010 10000010 11100110 10011 101011 0 1010 100010010 1000011 1000111

Color Harmonies of #BA82E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82E6

Black with #BA82E6

Text Example


Text Example

White with #BA82E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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