Html Css Color HEX #BA7BEA Wisteria

📋 copy color: '#BA7BEA'

red 186 ◦ green 123 ◦ blue 234

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

Shades of Wisteria #BA7BEA

Tints of Wisteria #BA7BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 34.25%
G = 22.65%
B = 43.09%

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

#BA7BEA (or 0xBA7BEA) is known color: Wisteria. HEX triplet: BA, 7B and EA. RGB value is (186,123,234). Sum of RGB (Red+Green+Blue) = 186+123+234=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BEA is #458415. Grayscale: #9A9A9A. Windows color (decimal): -4555798 or 15367098. OLE color: 15367098.

HSL color Cylindrical-coordinate representation of color #BA7BEA: hue angle of 274.05º degrees, saturation: 0.73, 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 #BA7BEA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 123 234 -
CMYK 0.21 0.47 0 0.08
HSL 274.05º 0.73% 0.7% -
HSV(B) 274.05º 0.47% 0.92% -
XYZ 42.18 30.55 81.51 -
YUV 154.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 186 123 234 0.21 0.47 0 0.08 274.05 0.73 0.7
Hex BA 7B EA 15 2F 0 8 112 49 46
Octal 272 173 352 25 57 0 10 422 111 106
Binary 10111010 1111011 11101010 10101 101111 0 1000 100010010 1001001 1000110

Color Harmonies of #BA7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BEA

Black with #BA7BEA

Text Example


Text Example

White with #BA7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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