Html Css Color HEX #BA7DDE Wisteria

📋 copy color: '#BA7DDE'

red 186 ◦ green 125 ◦ blue 222

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

Shades of Wisteria #BA7DDE

Tints of Wisteria #BA7DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.45%

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

R = 34.9%
G = 23.45%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA7DDE (or 0xBA7DDE) is known color: Wisteria. HEX triplet: BA, 7D and DE. RGB value is (186,125,222). Sum of RGB (Red+Green+Blue) = 186+125+222=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDE is #458221. Grayscale: #999999. Windows color (decimal): -4555298 or 14581178. OLE color: 14581178.

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

Color convert

RGB 186 125 222 -
CMYK 0.16 0.44 0 0.13
HSL 277.73º 0.6% 0.68% -
HSV(B) 277.73º 0.44% 0.87% -
XYZ 40.77 30.38 72.82 -
YUV 154.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 186 125 222 0.16 0.44 0 0.13 277.73 0.6 0.68
Hex BA 7D DE 10 2C 0 D 116 3C 44
Octal 272 175 336 20 54 0 15 426 74 104
Binary 10111010 1111101 11011110 10000 101100 0 1101 100010110 111100 1000100

Color Harmonies of #BA7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DDE

Black with #BA7DDE

Text Example


Text Example

White with #BA7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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