Html Css Color HEX #BA92D1 Wisteria

📋 copy color: '#BA92D1'

red 186 ◦ green 146 ◦ blue 209

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

Shades of Wisteria #BA92D1

Tints of Wisteria #BA92D1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.99%

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

R = 34.38%
G = 26.99%
B = 38.63%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA92D1 (or 0xBA92D1) is known color: Wisteria. HEX triplet: BA, 92 and D1. RGB value is (186,146,209). Sum of RGB (Red+Green+Blue) = 186+146+209=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92D1 is #456D2E. Grayscale: #A4A4A4. Windows color (decimal): -4549935 or 13734586. OLE color: 13734586.

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

Color convert

RGB 186 146 209 -
CMYK 0.11 0.30 0 0.18
HSL 278.1º 0.41% 0.7% -
HSV(B) 278.1º 0.3% 0.82% -
XYZ 42.04 35.6 64.98 -
YUV 165.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 186 146 209 0.11 0.30 0 0.18 278.1 0.41 0.7
Hex BA 92 D1 B 1E 0 12 116 29 46
Octal 272 222 321 13 36 0 22 426 51 106
Binary 10111010 10010010 11010001 1011 11110 0 10010 100010110 101001 1000110

Color Harmonies of #BA92D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92D1

Black with #BA92D1

Text Example


Text Example

White with #BA92D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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