Html Css Color HEX #BB96D4 Wisteria

📋 copy color: '#BB96D4'

red 187 ◦ green 150 ◦ blue 212

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

Shades of Wisteria #BB96D4

Tints of Wisteria #BB96D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.62%

R = 34.06%
G = 27.32%
B = 38.62%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB96D4 (or 0xBB96D4) is known color: Wisteria. HEX triplet: BB, 96 and D4. RGB value is (187,150,212). Sum of RGB (Red+Green+Blue) = 187+150+212=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB96D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96D4 is #44692B. Grayscale: #A7A7A7. Windows color (decimal): -4483372 or 13932219. OLE color: 13932219.

HSL color Cylindrical-coordinate representation of color #BB96D4: hue angle of 275.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB96D4 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 150 212 -
CMYK 0.12 0.29 0 0.17
HSL 275.81º 0.42% 0.71% -
HSV(B) 275.81º 0.29% 0.83% -
XYZ 43.28 37.13 67.17 -
YUV 168.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 187 150 212 0.12 0.29 0 0.17 275.81 0.42 0.71
Hex BB 96 D4 C 1D 0 11 114 2A 47
Octal 273 226 324 14 35 0 21 424 52 107
Binary 10111011 10010110 11010100 1100 11101 0 10001 100010100 101010 1000111

Color Harmonies of #BB96D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96D4

Black with #BB96D4

Text Example


Text Example

White with #BB96D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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