Html Css Color HEX #BA90D0 Wisteria

📋 copy color: '#BA90D0'

red 186 ◦ green 144 ◦ blue 208

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

Shades of Wisteria #BA90D0

Tints of Wisteria #BA90D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 34.57%
G = 26.77%
B = 38.66%

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

#BA90D0 (or 0xBA90D0) is known color: Wisteria. HEX triplet: BA, 90 and D0. RGB value is (186,144,208). Sum of RGB (Red+Green+Blue) = 186+144+208=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90D0 is #456F2F. Grayscale: #A3A3A3. Windows color (decimal): -4550448 or 13668538. OLE color: 13668538.

HSL color Cylindrical-coordinate representation of color #BA90D0: hue angle of 279.38º degrees, saturation: 0.41, 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 #BA90D0 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 144 208 -
CMYK 0.11 0.31 0 0.18
HSL 279.38º 0.41% 0.69% -
HSV(B) 279.38º 0.31% 0.82% -
XYZ 41.61 34.94 64.23 -
YUV 163.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 186 144 208 0.11 0.31 0 0.18 279.38 0.41 0.69
Hex BA 90 D0 B 1F 0 12 117 29 45
Octal 272 220 320 13 37 0 22 427 51 105
Binary 10111010 10010000 11010000 1011 11111 0 10010 100010111 101001 1000101

Color Harmonies of #BA90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90D0

Black with #BA90D0

Text Example


Text Example

White with #BA90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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