Html Css Color HEX #BA7BE6 Wisteria

📋 copy color: '#BA7BE6'

red 186 ◦ green 123 ◦ blue 230

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

Shades of Wisteria #BA7BE6

Tints of Wisteria #BA7BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 34.51%
G = 22.82%
B = 42.67%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA7BE6 (or 0xBA7BE6) is known color: Wisteria. HEX triplet: BA, 7B and E6. RGB value is (186,123,230). Sum of RGB (Red+Green+Blue) = 186+123+230=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA7BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BE6 is #458419. Grayscale: #999999. Windows color (decimal): -4555802 or 15104954. OLE color: 15104954.

HSL color Cylindrical-coordinate representation of color #BA7BE6: hue angle of 275.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7BE6 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 123 230 -
CMYK 0.19 0.47 0 0.10
HSL 275.33º 0.68% 0.69% -
HSV(B) 275.33º 0.47% 0.9% -
XYZ 41.62 30.32 78.52 -
YUV 154.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 186 123 230 0.19 0.47 0 0.10 275.33 0.68 0.69
Hex BA 7B E6 13 2F 0 A 113 44 45
Octal 272 173 346 23 57 0 12 423 104 105
Binary 10111010 1111011 11100110 10011 101111 0 1010 100010011 1000100 1000101

Color Harmonies of #BA7BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BE6

Black with #BA7BE6

Text Example


Text Example

White with #BA7BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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