Html Css Color HEX #BA8BDA Wisteria

📋 copy color: '#BA8BDA'

red 186 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #BA8BDA

Tints of Wisteria #BA8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

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

R = 34.25%
G = 25.6%
B = 40.15%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA8BDA (or 0xBA8BDA) is known color: Wisteria. HEX triplet: BA, 8B and DA. RGB value is (186,139,218). Sum of RGB (Red+Green+Blue) = 186+139+218=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDA is #457425. Grayscale: #A1A1A1. Windows color (decimal): -4551718 or 14322618. OLE color: 14322618.

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

Color convert

RGB 186 139 218 -
CMYK 0.15 0.36 0 0.15
HSL 275.7º 0.52% 0.7% -
HSV(B) 275.7º 0.36% 0.85% -
XYZ 42.14 33.97 70.66 -
YUV 162.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 186 139 218 0.15 0.36 0 0.15 275.7 0.52 0.7
Hex BA 8B DA F 24 0 F 114 34 46
Octal 272 213 332 17 44 0 17 424 64 106
Binary 10111010 10001011 11011010 1111 100100 0 1111 100010100 110100 1000110

Color Harmonies of #BA8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BDA

Black with #BA8BDA

Text Example


Text Example

White with #BA8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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