#BB7DE1

Color #BB7DE1 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BB7DE1

Tints of Wisteria #BB7DE1

Color information

#BB7DE1 (or 0xBB7DE1) is unknown color: approx Wisteria. HEX triplet: BB, 7D and E1. RGB value is (187,125,225). Sum of RGB (Red+Green+Blue) = 187+125+225=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DE1 is #44821E. Grayscale: #9A9A9A. Windows color (decimal): -4489759 or 14777787. OLE color: 14777787.

HSL color Cylindrical-coordinate representation of color #BB7DE1: hue angle of 277.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7DE1 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187125225-
CMYK0.170.4400.12
HSL277.2º62.5%68.63%-
HSV(B)277.2º44.44%88.24%-
XYZ41.4230.6774.97-
YUV154.94167.54150.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=34.82%
G=23.28%
B=41.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871252250.170.4400.12277.262.568.63
HexBB7DE1112C0C1153e45
Octal273175341215401442576105
Binary1011101111111011110000110001101100011001000101011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DE1; }

 p { color: rgb(187,125,225); }

 H1.HeaderClassName
 {
   color: #BB7DE1;
 }
 .AnyTagClassName
 {
   color: #BB7DE1;
 }
</style>
background-color css

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

 a { background-color: rgb(187,125,225); }

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

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

 span { border-color: rgb(187,125,225); }

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