Html Css Color HEX #BB96D7 Wisteria

📋 copy color: '#BB96D7'

red 187 ◦ green 150 ◦ blue 215

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

Shades of Wisteria #BB96D7

Tints of Wisteria #BB96D7

RGB

 RED value IS 187 (73.44% from 255) = 33.88%

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

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 33.88%
G = 27.17%
B = 38.95%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB96D7 (or 0xBB96D7) is known color: Wisteria. HEX triplet: BB, 96 and D7. RGB value is (187,150,215). Sum of RGB (Red+Green+Blue) = 187+150+215=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96D7 is #446928. Grayscale: #A8A8A8. Windows color (decimal): -4483369 or 14128827. OLE color: 14128827.

HSL color Cylindrical-coordinate representation of color #BB96D7: hue angle of 274.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB96D7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 150 215 -
CMYK 0.13 0.30 0 0.16
HSL 274.15º 0.45% 0.72% -
HSV(B) 274.15º 0.3% 0.84% -
XYZ 43.67 37.28 69.19 -
YUV 168.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 187 150 215 0.13 0.30 0 0.16 274.15 0.45 0.72
Hex BB 96 D7 D 1E 0 10 112 2D 48
Octal 273 226 327 15 36 0 20 422 55 110
Binary 10111011 10010110 11010111 1101 11110 0 10000 100010010 101101 1001000

Color Harmonies of #BB96D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96D7

Black with #BB96D7

Text Example


Text Example

White with #BB96D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96D7; }

 p { color: rgb(187,150,215); }

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

background-color css

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

 a { background-color: rgb(187,150,215); }

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

border-color css

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

 span { border-color: rgb(187,150,215); }

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