Html Css Color HEX #BA7DEC Wisteria

📋 copy color: '#BA7DEC'

red 186 ◦ green 125 ◦ blue 236

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

Shades of Wisteria #BA7DEC

Tints of Wisteria #BA7DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 34%
G = 22.85%
B = 43.14%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7DEC (or 0xBA7DEC) is known color: Wisteria. HEX triplet: BA, 7D and EC. RGB value is (186,125,236). Sum of RGB (Red+Green+Blue) = 186+125+236=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DEC is #458213. Grayscale: #9B9B9B. Windows color (decimal): -4555284 or 15498682. OLE color: 15498682.

HSL color Cylindrical-coordinate representation of color #BA7DEC: hue angle of 272.97º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7DEC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 125 236 -
CMYK 0.21 0.47 0 0.07
HSL 272.97º 0.74% 0.71% -
HSV(B) 272.97º 0.47% 0.93% -
XYZ 42.72 31.16 83.12 -
YUV 155.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 186 125 236 0.21 0.47 0 0.07 272.97 0.74 0.71
Hex BA 7D EC 15 2F 0 7 111 4A 47
Octal 272 175 354 25 57 0 7 421 112 107
Binary 10111010 1111101 11101100 10101 101111 0 111 100010001 1001010 1000111

Color Harmonies of #BA7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DEC

Black with #BA7DEC

Text Example


Text Example

White with #BA7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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