Html Css Color HEX #BA93D0 Wisteria

📋 copy color: '#BA93D0'

red 186 ◦ green 147 ◦ blue 208

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

Shades of Wisteria #BA93D0

Tints of Wisteria #BA93D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 34.38%
G = 27.17%
B = 38.45%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA93D0 (or 0xBA93D0) is known color: Wisteria. HEX triplet: BA, 93 and D0. RGB value is (186,147,208). Sum of RGB (Red+Green+Blue) = 186+147+208=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93D0 is #456C2F. Grayscale: #A5A5A5. Windows color (decimal): -4549680 or 13669306. OLE color: 13669306.

HSL color Cylindrical-coordinate representation of color #BA93D0: hue angle of 278.36º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA93D0 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 147 208 -
CMYK 0.11 0.29 0 0.18
HSL 278.36º 0.39% 0.7% -
HSV(B) 278.36º 0.29% 0.82% -
XYZ 42.07 35.86 64.38 -
YUV 165.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 186 147 208 0.11 0.29 0 0.18 278.36 0.39 0.7
Hex BA 93 D0 B 1D 0 12 116 27 46
Octal 272 223 320 13 35 0 22 426 47 106
Binary 10111010 10010011 11010000 1011 11101 0 10010 100010110 100111 1000110

Color Harmonies of #BA93D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93D0

Black with #BA93D0

Text Example


Text Example

White with #BA93D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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