Html Css Color HEX #BA7CEB Wisteria

📋 copy color: '#BA7CEB'

red 186 ◦ green 124 ◦ blue 235

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

Shades of Wisteria #BA7CEB

Tints of Wisteria #BA7CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 34.13%
G = 22.75%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA7CEB (or 0xBA7CEB) is known color: Wisteria. HEX triplet: BA, 7C and EB. RGB value is (186,124,235). Sum of RGB (Red+Green+Blue) = 186+124+235=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CEB is #458314. Grayscale: #9A9A9A. Windows color (decimal): -4555541 or 15432890. OLE color: 15432890.

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

Color convert

RGB 186 124 235 -
CMYK 0.21 0.47 0 0.08
HSL 273.51º 0.74% 0.7% -
HSV(B) 273.51º 0.47% 0.92% -
XYZ 42.45 30.85 82.31 -
YUV 155.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 186 124 235 0.21 0.47 0 0.08 273.51 0.74 0.7
Hex BA 7C EB 15 2F 0 8 112 4A 46
Octal 272 174 353 25 57 0 10 422 112 106
Binary 10111010 1111100 11101011 10101 101111 0 1000 100010010 1001010 1000110

Color Harmonies of #BA7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CEB

Black with #BA7CEB

Text Example


Text Example

White with #BA7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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