Html Css Color HEX #BA8CDA Wisteria

📋 copy color: '#BA8CDA'

red 186 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #BA8CDA

Tints of Wisteria #BA8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

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

R = 34.19%
G = 25.74%
B = 40.07%

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

#BA8CDA (or 0xBA8CDA) is known color: Wisteria. HEX triplet: BA, 8C and DA. RGB value is (186,140,218). Sum of RGB (Red+Green+Blue) = 186+140+218=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CDA is #457325. Grayscale: #A2A2A2. Windows color (decimal): -4551462 or 14322874. OLE color: 14322874.

HSL color Cylindrical-coordinate representation of color #BA8CDA: hue angle of 275.38º degrees, saturation: 0.51, 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 #BA8CDA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 140 218 -
CMYK 0.15 0.36 0 0.15
HSL 275.38º 0.51% 0.7% -
HSV(B) 275.38º 0.36% 0.85% -
XYZ 42.28 34.26 70.71 -
YUV 162.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 186 140 218 0.15 0.36 0 0.15 275.38 0.51 0.7
Hex BA 8C DA F 24 0 F 113 33 46
Octal 272 214 332 17 44 0 17 423 63 106
Binary 10111010 10001100 11011010 1111 100100 0 1111 100010011 110011 1000110

Color Harmonies of #BA8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CDA

Black with #BA8CDA

Text Example


Text Example

White with #BA8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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