Html Css Color HEX #BA7EDD Wisteria

📋 copy color: '#BA7EDD'

red 186 ◦ green 126 ◦ blue 221

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

Shades of Wisteria #BA7EDD

Tints of Wisteria #BA7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

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

R = 34.9%
G = 23.64%
B = 41.46%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA7EDD (or 0xBA7EDD) is known color: Wisteria. HEX triplet: BA, 7E and DD. RGB value is (186,126,221). Sum of RGB (Red+Green+Blue) = 186+126+221=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EDD is #458122. Grayscale: #9A9A9A. Windows color (decimal): -4555043 or 14515898. OLE color: 14515898.

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

Color convert

RGB 186 126 221 -
CMYK 0.16 0.43 0 0.13
HSL 277.89º 0.58% 0.68% -
HSV(B) 277.89º 0.43% 0.87% -
XYZ 40.76 30.58 72.16 -
YUV 154.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 186 126 221 0.16 0.43 0 0.13 277.89 0.58 0.68
Hex BA 7E DD 10 2B 0 D 116 3A 44
Octal 272 176 335 20 53 0 15 426 72 104
Binary 10111010 1111110 11011101 10000 101011 0 1101 100010110 111010 1000100

Color Harmonies of #BA7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EDD

Black with #BA7EDD

Text Example


Text Example

White with #BA7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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