Html Css Color HEX #BA8ADA Wisteria

📋 copy color: '#BA8ADA'

red 186 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #BA8ADA

Tints of Wisteria #BA8ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.46%

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 34.32%
G = 25.46%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA8ADA (or 0xBA8ADA) is known color: Wisteria. HEX triplet: BA, 8A and DA. RGB value is (186,138,218). Sum of RGB (Red+Green+Blue) = 186+138+218=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADA is #457525. Grayscale: #A1A1A1. Windows color (decimal): -4551974 or 14322362. OLE color: 14322362.

HSL color Cylindrical-coordinate representation of color #BA8ADA: hue angle of 276º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8ADA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 138 218 -
CMYK 0.15 0.37 0 0.15
HSL 276º 0.52% 0.7% -
HSV(B) 276º 0.37% 0.85% -
XYZ 41.99 33.68 70.62 -
YUV 161.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 186 138 218 0.15 0.37 0 0.15 276 0.52 0.7
Hex BA 8A DA F 25 0 F 114 34 46
Octal 272 212 332 17 45 0 17 424 64 106
Binary 10111010 10001010 11011010 1111 100101 0 1111 100010100 110100 1000110

Color Harmonies of #BA8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ADA

Black with #BA8ADA

Text Example


Text Example

White with #BA8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ADA; }

 p { color: rgb(186,138,218); }

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

background-color css

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

 a { background-color: rgb(186,138,218); }

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

border-color css

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

 span { border-color: rgb(186,138,218); }

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