Html Css Color HEX #BA7BE9 Wisteria

📋 copy color: '#BA7BE9'

red 186 ◦ green 123 ◦ blue 233

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

Shades of Wisteria #BA7BE9

Tints of Wisteria #BA7BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.99%

R = 34.32%
G = 22.69%
B = 42.99%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA7BE9 (or 0xBA7BE9) is known color: Wisteria. HEX triplet: BA, 7B and E9. RGB value is (186,123,233). Sum of RGB (Red+Green+Blue) = 186+123+233=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA7BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BE9 is #458416. Grayscale: #9A9A9A. Windows color (decimal): -4555799 or 15301562. OLE color: 15301562.

HSL color Cylindrical-coordinate representation of color #BA7BE9: hue angle of 274.36º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7BE9 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 123 233 -
CMYK 0.20 0.47 0 0.09
HSL 274.36º 0.71% 0.7% -
HSV(B) 274.36º 0.47% 0.91% -
XYZ 42.04 30.49 80.76 -
YUV 154.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 186 123 233 0.20 0.47 0 0.09 274.36 0.71 0.7
Hex BA 7B E9 14 2F 0 9 112 47 46
Octal 272 173 351 24 57 0 11 422 107 106
Binary 10111010 1111011 11101001 10100 101111 0 1001 100010010 1000111 1000110

Color Harmonies of #BA7BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BE9

Black with #BA7BE9

Text Example


Text Example

White with #BA7BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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