#BB84DC

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

Shades of Wisteria #BB84DC

Tints of Wisteria #BB84DC

Color information

#BB84DC (or 0xBB84DC) is unknown color: approx Wisteria. HEX triplet: BB, 84 and DC. RGB value is (187,132,220). Sum of RGB (Red+Green+Blue) = 187+132+220=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84DC is #447B23. Grayscale: #9E9E9E. Windows color (decimal): -4487972 or 14451899. OLE color: 14451899.

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

Color convert

RGB187132220-
CMYK0.150.4000.14
HSL277.5º55.7%69.02%-
HSV(B)277.5º40%86.27%-
XYZ41.6632.2371.74-
YUV158.48162.72148.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=34.69%
G=24.49%
B=40.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871322200.150.4000.14277.555.769.02
HexBB84DCF280E1163845
Octal273204334175001642670105
Binary1011101110000100110111001111101000011101000101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84DC; }

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

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

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

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

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

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

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

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