Html Css Color HEX #BC96D9 Wisteria

📋 copy color: '#BC96D9'

red 188 ◦ green 150 ◦ blue 217

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

Shades of Wisteria #BC96D9

Tints of Wisteria #BC96D9

RGB

 RED value IS 188 (73.83% from 255) = 33.87%

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

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 33.87%
G = 27.03%
B = 39.1%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC96D9 (or 0xBC96D9) is known color: Wisteria. HEX triplet: BC, 96 and D9. RGB value is (188,150,217). Sum of RGB (Red+Green+Blue) = 188+150+217=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96D9 is #436926. Grayscale: #A8A8A8. Windows color (decimal): -4417831 or 14259900. OLE color: 14259900.

HSL color Cylindrical-coordinate representation of color #BC96D9: hue angle of 274.03º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC96D9 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 150 217 -
CMYK 0.13 0.31 0 0.15
HSL 274.03º 0.47% 0.72% -
HSV(B) 274.03º 0.31% 0.85% -
XYZ 44.17 37.51 70.56 -
YUV 169 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 188 150 217 0.13 0.31 0 0.15 274.03 0.47 0.72
Hex BC 96 D9 D 1F 0 F 112 2F 48
Octal 274 226 331 15 37 0 17 422 57 110
Binary 10111100 10010110 11011001 1101 11111 0 1111 100010010 101111 1001000

Color Harmonies of #BC96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96D9

Black with #BC96D9

Text Example


Text Example

White with #BC96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96D9; }

 p { color: rgb(188,150,217); }

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

background-color css

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

 a { background-color: rgb(188,150,217); }

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

border-color css

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

 span { border-color: rgb(188,150,217); }

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