Html Css Color HEX #BA80DD Wisteria

📋 copy color: '#BA80DD'

red 186 ◦ green 128 ◦ blue 221

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

Shades of Wisteria #BA80DD

Tints of Wisteria #BA80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.93%

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

R = 34.77%
G = 23.93%
B = 41.31%

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

#BA80DD (or 0xBA80DD) is known color: Wisteria. HEX triplet: BA, 80 and DD. RGB value is (186,128,221). Sum of RGB (Red+Green+Blue) = 186+128+221=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80DD is #457F22. Grayscale: #9B9B9B. Windows color (decimal): -4554531 or 14516410. OLE color: 14516410.

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

Color convert

RGB 186 128 221 -
CMYK 0.16 0.42 0 0.13
HSL 277.42º 0.58% 0.68% -
HSV(B) 277.42º 0.42% 0.87% -
XYZ 41.02 31.1 72.25 -
YUV 155.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 186 128 221 0.16 0.42 0 0.13 277.42 0.58 0.68
Hex BA 80 DD 10 2A 0 D 115 3A 44
Octal 272 200 335 20 52 0 15 425 72 104
Binary 10111010 10000000 11011101 10000 101010 0 1101 100010101 111010 1000100

Color Harmonies of #BA80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80DD

Black with #BA80DD

Text Example


Text Example

White with #BA80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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