Html Css Color HEX #BA7CDE Wisteria

📋 copy color: '#BA7CDE'

red 186 ◦ green 124 ◦ blue 222

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

Shades of Wisteria #BA7CDE

Tints of Wisteria #BA7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.31%

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

R = 34.96%
G = 23.31%
B = 41.73%

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

#BA7CDE (or 0xBA7CDE) is known color: Wisteria. HEX triplet: BA, 7C and DE. RGB value is (186,124,222). Sum of RGB (Red+Green+Blue) = 186+124+222=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CDE is #458321. Grayscale: #999999. Windows color (decimal): -4555554 or 14580922. OLE color: 14580922.

HSL color Cylindrical-coordinate representation of color #BA7CDE: hue angle of 277.96º 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 #BA7CDE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 124 222 -
CMYK 0.16 0.44 0 0.13
HSL 277.96º 0.6% 0.68% -
HSV(B) 277.96º 0.44% 0.87% -
XYZ 40.64 30.13 72.78 -
YUV 153.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 186 124 222 0.16 0.44 0 0.13 277.96 0.6 0.68
Hex BA 7C DE 10 2C 0 D 116 3C 44
Octal 272 174 336 20 54 0 15 426 74 104
Binary 10111010 1111100 11011110 10000 101100 0 1101 100010110 111100 1000100

Color Harmonies of #BA7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CDE

Black with #BA7CDE

Text Example


Text Example

White with #BA7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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