#BB7BDD

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

Shades of Wisteria #BB7BDD

Tints of Wisteria #BB7BDD

Color information

#BB7BDD (or 0xBB7BDD) is unknown color: approx Wisteria. HEX triplet: BB, 7B and DD. RGB value is (187,123,221). Sum of RGB (Red+Green+Blue) = 187+123+221=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDD is #448422. Grayscale: #989898. Windows color (decimal): -4490275 or 14515131. OLE color: 14515131.

HSL color Cylindrical-coordinate representation of color #BB7BDD: hue angle of 279.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7BDD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187123221-
CMYK0.150.4400.13
HSL279.18º59.04%67.45%-
HSV(B)279.18º44.34%86.67%-
XYZ40.6329.9572.05-
YUV153.31166.2152.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=35.22%
G=23.16%
B=41.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871232210.150.4400.13279.1859.0467.45
HexBB7BDDF2C0D1173b43
Octal273173335175401542773103
Binary101110111111011110111011111101100011011000101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BDD; }

 p { color: rgb(187,123,221); }

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

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

 a { background-color: rgb(187,123,221); }

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

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

 span { border-color: rgb(187,123,221); }

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