#BB94DC

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

Shades of Wisteria #BB94DC

Tints of Wisteria #BB94DC

Color information

#BB94DC (or 0xBB94DC) is unknown color: approx Wisteria. HEX triplet: BB, 94 and DC. RGB value is (187,148,220). Sum of RGB (Red+Green+Blue) = 187+148+220=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94DC is #446B23. Grayscale: #A7A7A7. Windows color (decimal): -4483876 or 14455995. OLE color: 14455995.

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

Color convert

RGB187148220-
CMYK0.150.3300.14
HSL272.5º50.7%72.16%-
HSV(B)272.5º32.73%86.27%-
XYZ4436.9172.52-
YUV167.87157.42141.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=33.69%
G=26.67%
B=39.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871482200.150.3300.14272.550.772.16
HexBB94DCF210E1103348
Octal273224334174101642063110
Binary1011101110010100110111001111100001011101000100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94DC; }

 p { color: rgb(187,148,220); }

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

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

 a { background-color: rgb(187,148,220); }

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

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

 span { border-color: rgb(187,148,220); }

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