Html Css Color HEX #BA7CDD Wisteria

📋 copy color: '#BA7CDD'

red 186 ◦ green 124 ◦ blue 221

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

Shades of Wisteria #BA7CDD

Tints of Wisteria #BA7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.35%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 35.03%
G = 23.35%
B = 41.62%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA7CDD (or 0xBA7CDD) is known color: Wisteria. HEX triplet: BA, 7C and DD. RGB value is (186,124,221). Sum of RGB (Red+Green+Blue) = 186+124+221=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CDD is #458322. Grayscale: #999999. Windows color (decimal): -4555555 or 14515386. OLE color: 14515386.

HSL color Cylindrical-coordinate representation of color #BA7CDD: hue angle of 278.35º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7CDD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 124 221 -
CMYK 0.16 0.44 0 0.13
HSL 278.35º 0.59% 0.68% -
HSV(B) 278.35º 0.44% 0.87% -
XYZ 40.51 30.07 72.08 -
YUV 153.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 186 124 221 0.16 0.44 0 0.13 278.35 0.59 0.68
Hex BA 7C DD 10 2C 0 D 116 3B 44
Octal 272 174 335 20 54 0 15 426 73 104
Binary 10111010 1111100 11011101 10000 101100 0 1101 100010110 111011 1000100

Color Harmonies of #BA7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CDD

Black with #BA7CDD

Text Example


Text Example

White with #BA7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CDD; }

 p { color: rgb(186,124,221); }

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

background-color css

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

 a { background-color: rgb(186,124,221); }

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

border-color css

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

 span { border-color: rgb(186,124,221); }

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