Html Css Color HEX #BA7BEC Wisteria

📋 copy color: '#BA7BEC'

red 186 ◦ green 123 ◦ blue 236

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

Shades of Wisteria #BA7BEC

Tints of Wisteria #BA7BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 34.13%
G = 22.57%
B = 43.3%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7BEC (or 0xBA7BEC) is known color: Wisteria. HEX triplet: BA, 7B and EC. RGB value is (186,123,236). Sum of RGB (Red+Green+Blue) = 186+123+236=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BEC is #458413. Grayscale: #9A9A9A. Windows color (decimal): -4555796 or 15498170. OLE color: 15498170.

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

Color convert

RGB 186 123 236 -
CMYK 0.21 0.48 0 0.07
HSL 273.45º 0.75% 0.7% -
HSV(B) 273.45º 0.48% 0.93% -
XYZ 42.47 30.66 83.04 -
YUV 154.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 186 123 236 0.21 0.48 0 0.07 273.45 0.75 0.7
Hex BA 7B EC 15 30 0 7 111 4B 46
Octal 272 173 354 25 60 0 7 421 113 106
Binary 10111010 1111011 11101100 10101 110000 0 111 100010001 1001011 1000110

Color Harmonies of #BA7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BEC

Black with #BA7BEC

Text Example


Text Example

White with #BA7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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