Html Css Color HEX #BA96CF Wisteria

📋 copy color: '#BA96CF'

red 186 ◦ green 150 ◦ blue 207

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

Shades of Wisteria #BA96CF

Tints of Wisteria #BA96CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.62%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 34.25%
G = 27.62%
B = 38.12%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA96CF (or 0xBA96CF) is known color: Wisteria. HEX triplet: BA, 96 and CF. RGB value is (186,150,207). Sum of RGB (Red+Green+Blue) = 186+150+207=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CF is #456930. Grayscale: #A7A7A7. Windows color (decimal): -4548913 or 13604538. OLE color: 13604538.

HSL color Cylindrical-coordinate representation of color #BA96CF: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA96CF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 150 207 -
CMYK 0.10 0.28 0 0.19
HSL 277.89º 0.37% 0.7% -
HSV(B) 277.89º 0.28% 0.81% -
XYZ 42.42 36.76 63.89 -
YUV 167.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 186 150 207 0.10 0.28 0 0.19 277.89 0.37 0.7
Hex BA 96 CF A 1C 0 13 116 25 46
Octal 272 226 317 12 34 0 23 426 45 106
Binary 10111010 10010110 11001111 1010 11100 0 10011 100010110 100101 1000110

Color Harmonies of #BA96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96CF

Black with #BA96CF

Text Example


Text Example

White with #BA96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96CF; }

 p { color: rgb(186,150,207); }

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

background-color css

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

 a { background-color: rgb(186,150,207); }

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

border-color css

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

 span { border-color: rgb(186,150,207); }

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