Html Css Color HEX #BA85DE Wisteria

📋 copy color: '#BA85DE'

red 186 ◦ green 133 ◦ blue 222

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

Shades of Wisteria #BA85DE

Tints of Wisteria #BA85DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 34.38%
G = 24.58%
B = 41.04%

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

#BA85DE (or 0xBA85DE) is known color: Wisteria. HEX triplet: BA, 85 and DE. RGB value is (186,133,222). Sum of RGB (Red+Green+Blue) = 186+133+222=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85DE is #457A21. Grayscale: #9E9E9E. Windows color (decimal): -4553250 or 14583226. OLE color: 14583226.

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

Color convert

RGB 186 133 222 -
CMYK 0.16 0.40 0 0.13
HSL 275.73º 0.57% 0.7% -
HSV(B) 275.73º 0.4% 0.87% -
XYZ 41.82 32.49 73.17 -
YUV 158.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 186 133 222 0.16 0.40 0 0.13 275.73 0.57 0.7
Hex BA 85 DE 10 28 0 D 114 39 46
Octal 272 205 336 20 50 0 15 424 71 106
Binary 10111010 10000101 11011110 10000 101000 0 1101 100010100 111001 1000110

Color Harmonies of #BA85DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85DE

Black with #BA85DE

Text Example


Text Example

White with #BA85DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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