Html Css Color HEX #BA8FD1 Wisteria

📋 copy color: '#BA8FD1'

red 186 ◦ green 143 ◦ blue 209

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

Shades of Wisteria #BA8FD1

Tints of Wisteria #BA8FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 34.57%
G = 26.58%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA8FD1 (or 0xBA8FD1) is known color: Wisteria. HEX triplet: BA, 8F and D1. RGB value is (186,143,209). Sum of RGB (Red+Green+Blue) = 186+143+209=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FD1 is #45702E. Grayscale: #A3A3A3. Windows color (decimal): -4550703 or 13733818. OLE color: 13733818.

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

Color convert

RGB 186 143 209 -
CMYK 0.11 0.32 0 0.18
HSL 279.09º 0.42% 0.69% -
HSV(B) 279.09º 0.32% 0.82% -
XYZ 41.58 34.69 64.83 -
YUV 163.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 186 143 209 0.11 0.32 0 0.18 279.09 0.42 0.69
Hex BA 8F D1 B 20 0 12 117 2A 45
Octal 272 217 321 13 40 0 22 427 52 105
Binary 10111010 10001111 11010001 1011 100000 0 10010 100010111 101010 1000101

Color Harmonies of #BA8FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FD1

Black with #BA8FD1

Text Example


Text Example

White with #BA8FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FD1; }

 p { color: rgb(186,143,209); }

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

background-color css

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

 a { background-color: rgb(186,143,209); }

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

border-color css

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

 span { border-color: rgb(186,143,209); }

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