#BB7DDB

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

Shades of Wisteria #BB7DDB

Tints of Wisteria #BB7DDB

Color information

#BB7DDB (or 0xBB7DDB) is unknown color: approx Wisteria. HEX triplet: BB, 7D and DB. RGB value is (187,125,219). Sum of RGB (Red+Green+Blue) = 187+125+219=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDB is #448224. Grayscale: #999999. Windows color (decimal): -4489765 or 14384571. OLE color: 14384571.

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

Color convert

RGB187125219-
CMYK0.150.4300.14
HSL279.57º56.63%67.45%-
HSV(B)279.57º42.92%85.88%-
XYZ40.6130.3570.73-
YUV154.25164.54151.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=35.22%
G=23.54%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871252190.150.4300.14279.5756.6367.45
HexBB7DDBF2B0E1183943
Octal273175333175301643071103
Binary101110111111101110110111111101011011101000110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DDB; }

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

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

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

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

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

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

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

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