Html Css Color HEX #BA7BEE Wisteria

📋 copy color: '#BA7BEE'

red 186 ◦ green 123 ◦ blue 238

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

Shades of Wisteria #BA7BEE

Tints of Wisteria #BA7BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 34%
G = 22.49%
B = 43.51%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7BEE (or 0xBA7BEE) is known color: Wisteria. HEX triplet: BA, 7B and EE. RGB value is (186,123,238). Sum of RGB (Red+Green+Blue) = 186+123+238=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BEE is #458411. Grayscale: #9A9A9A. Windows color (decimal): -4555794 or 15629242. OLE color: 15629242.

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

Color convert

RGB 186 123 238 -
CMYK 0.22 0.48 0 0.07
HSL 272.87º 0.77% 0.71% -
HSV(B) 272.87º 0.48% 0.93% -
XYZ 42.77 30.78 84.58 -
YUV 154.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 186 123 238 0.22 0.48 0 0.07 272.87 0.77 0.71
Hex BA 7B EE 16 30 0 7 111 4D 47
Octal 272 173 356 26 60 0 7 421 115 107
Binary 10111010 1111011 11101110 10110 110000 0 111 100010001 1001101 1000111

Color Harmonies of #BA7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BEE

Black with #BA7BEE

Text Example


Text Example

White with #BA7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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