Html Css Color HEX #BA90D2 Wisteria

📋 copy color: '#BA90D2'

red 186 ◦ green 144 ◦ blue 210

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

Shades of Wisteria #BA90D2

Tints of Wisteria #BA90D2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.67%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 34.44%
G = 26.67%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA90D2 (or 0xBA90D2) is known color: Wisteria. HEX triplet: BA, 90 and D2. RGB value is (186,144,210). Sum of RGB (Red+Green+Blue) = 186+144+210=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA90D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90D2 is #456F2D. Grayscale: #A3A3A3. Windows color (decimal): -4550446 or 13799610. OLE color: 13799610.

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

Color convert

RGB 186 144 210 -
CMYK 0.11 0.31 0 0.18
HSL 278.18º 0.42% 0.69% -
HSV(B) 278.18º 0.31% 0.82% -
XYZ 41.86 35.04 65.53 -
YUV 164.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 186 144 210 0.11 0.31 0 0.18 278.18 0.42 0.69
Hex BA 90 D2 B 1F 0 12 116 2A 45
Octal 272 220 322 13 37 0 22 426 52 105
Binary 10111010 10010000 11010010 1011 11111 0 10010 100010110 101010 1000101

Color Harmonies of #BA90D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90D2

Black with #BA90D2

Text Example


Text Example

White with #BA90D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90D2; }

 p { color: rgb(186,144,210); }

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

background-color css

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

 a { background-color: rgb(186,144,210); }

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

border-color css

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

 span { border-color: rgb(186,144,210); }

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