Html Css Color HEX #BA95CC Wisteria

📋 copy color: '#BA95CC'

red 186 ◦ green 149 ◦ blue 204

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

Shades of Wisteria #BA95CC

Tints of Wisteria #BA95CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 34.51%
G = 27.64%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA95CC (or 0xBA95CC) is known color: Wisteria. HEX triplet: BA, 95 and CC. RGB value is (186,149,204). Sum of RGB (Red+Green+Blue) = 186+149+204=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95CC is #456A33. Grayscale: #A6A6A6. Windows color (decimal): -4549172 or 13407674. OLE color: 13407674.

HSL color Cylindrical-coordinate representation of color #BA95CC: hue angle of 280.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA95CC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 149 204 -
CMYK 0.09 0.27 0 0.2
HSL 280.36º 0.35% 0.69% -
HSV(B) 280.36º 0.27% 0.8% -
XYZ 41.9 36.29 61.92 -
YUV 166.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 186 149 204 0.09 0.27 0 0.2 280.36 0.35 0.69
Hex BA 95 CC 9 1B 0 14 118 23 45
Octal 272 225 314 11 33 0 24 430 43 105
Binary 10111010 10010101 11001100 1001 11011 0 10100 100011000 100011 1000101

Color Harmonies of #BA95CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95CC

Black with #BA95CC

Text Example


Text Example

White with #BA95CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95CC; }

 p { color: rgb(186,149,204); }

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

background-color css

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

 a { background-color: rgb(186,149,204); }

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

border-color css

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

 span { border-color: rgb(186,149,204); }

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