Html Css Color HEX #BA7CEF Wisteria

📋 copy color: '#BA7CEF'

red 186 ◦ green 124 ◦ blue 239

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

Shades of Wisteria #BA7CEF

Tints of Wisteria #BA7CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 33.88%
G = 22.59%
B = 43.53%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA7CEF (or 0xBA7CEF) is known color: Wisteria. HEX triplet: BA, 7C and EF. RGB value is (186,124,239). Sum of RGB (Red+Green+Blue) = 186+124+239=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA7CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CEF is #458310. Grayscale: #9B9B9B. Windows color (decimal): -4555537 or 15695034. OLE color: 15695034.

HSL color Cylindrical-coordinate representation of color #BA7CEF: hue angle of 272.35º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7CEF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 124 239 -
CMYK 0.22 0.48 0 0.06
HSL 272.35º 0.78% 0.71% -
HSV(B) 272.35º 0.48% 0.94% -
XYZ 43.04 31.09 85.39 -
YUV 155.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 186 124 239 0.22 0.48 0 0.06 272.35 0.78 0.71
Hex BA 7C EF 16 30 0 6 110 4E 47
Octal 272 174 357 26 60 0 6 420 116 107
Binary 10111010 1111100 11101111 10110 110000 0 110 100010000 1001110 1000111

Color Harmonies of #BA7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CEF

Black with #BA7CEF

Text Example


Text Example

White with #BA7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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