Html Css Color HEX #BA85DD Wisteria

📋 copy color: '#BA85DD'

red 186 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #BA85DD

Tints of Wisteria #BA85DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.63%

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

R = 34.44%
G = 24.63%
B = 40.93%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA85DD (or 0xBA85DD) is known color: Wisteria. HEX triplet: BA, 85 and DD. RGB value is (186,133,221). Sum of RGB (Red+Green+Blue) = 186+133+221=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85DD is #457A22. Grayscale: #9E9E9E. Windows color (decimal): -4553251 or 14517690. OLE color: 14517690.

HSL color Cylindrical-coordinate representation of color #BA85DD: hue angle of 276.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA85DD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 133 221 -
CMYK 0.16 0.40 0 0.13
HSL 276.14º 0.56% 0.69% -
HSV(B) 276.14º 0.4% 0.87% -
XYZ 41.69 32.43 72.47 -
YUV 158.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 186 133 221 0.16 0.40 0 0.13 276.14 0.56 0.69
Hex BA 85 DD 10 28 0 D 114 38 45
Octal 272 205 335 20 50 0 15 424 70 105
Binary 10111010 10000101 11011101 10000 101000 0 1101 100010100 111000 1000101

Color Harmonies of #BA85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85DD

Black with #BA85DD

Text Example


Text Example

White with #BA85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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