#BB7EDB

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

Shades of Wisteria #BB7EDB

Tints of Wisteria #BB7EDB

Color information

#BB7EDB (or 0xBB7EDB) is unknown color: approx Wisteria. HEX triplet: BB, 7E and DB. RGB value is (187,126,219). Sum of RGB (Red+Green+Blue) = 187+126+219=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EDB is #448124. Grayscale: #9A9A9A. Windows color (decimal): -4489509 or 14384827. OLE color: 14384827.

HSL color Cylindrical-coordinate representation of color #BB7EDB: hue angle of 279.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7EDB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187126219-
CMYK0.150.4200.14
HSL279.35º56.36%67.65%-
HSV(B)279.35º42.47%85.88%-
XYZ40.7430.670.78-
YUV154.84164.21150.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=35.15%
G=23.68%
B=41.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871262190.150.4200.14279.3556.3667.65
HexBB7EDBF2A0E1173844
Octal273176333175201642770104
Binary101110111111110110110111111101010011101000101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EDB; }

 p { color: rgb(187,126,219); }

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

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

 a { background-color: rgb(187,126,219); }

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

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

 span { border-color: rgb(187,126,219); }

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