Html Css Color HEX #BA93CE Wisteria

📋 copy color: '#BA93CE'

red 186 ◦ green 147 ◦ blue 206

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

Shades of Wisteria #BA93CE

Tints of Wisteria #BA93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.27%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 34.51%
G = 27.27%
B = 38.22%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA93CE (or 0xBA93CE) is known color: Wisteria. HEX triplet: BA, 93 and CE. RGB value is (186,147,206). Sum of RGB (Red+Green+Blue) = 186+147+206=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93CE is #456C31. Grayscale: #A5A5A5. Windows color (decimal): -4549682 or 13538234. OLE color: 13538234.

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

Color convert

RGB 186 147 206 -
CMYK 0.10 0.29 0 0.19
HSL 279.66º 0.38% 0.69% -
HSV(B) 279.66º 0.29% 0.81% -
XYZ 41.82 35.76 63.09 -
YUV 165.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 186 147 206 0.10 0.29 0 0.19 279.66 0.38 0.69
Hex BA 93 CE A 1D 0 13 118 26 45
Octal 272 223 316 12 35 0 23 430 46 105
Binary 10111010 10010011 11001110 1010 11101 0 10011 100011000 100110 1000101

Color Harmonies of #BA93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93CE

Black with #BA93CE

Text Example


Text Example

White with #BA93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93CE; }

 p { color: rgb(186,147,206); }

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

background-color css

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

 a { background-color: rgb(186,147,206); }

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

border-color css

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

 span { border-color: rgb(186,147,206); }

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