#BC84DD

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

Shades of Wisteria #BC84DD

Tints of Wisteria #BC84DD

Color information

#BC84DD (or 0xBC84DD) is unknown color: approx Wisteria. HEX triplet: BC, 84 and DD. RGB value is (188,132,221). Sum of RGB (Red+Green+Blue) = 188+132+221=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84DD is #437B22. Grayscale: #9E9E9E. Windows color (decimal): -4422435 or 14517436. OLE color: 14517436.

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

Color convert

RGB188132221-
CMYK0.150.4000.13
HSL277.75º56.69%69.22%-
HSV(B)277.75º40.27%86.67%-
XYZ42.0432.4172.45-
YUV158.89163.05148.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=34.75%
G=24.40%
B=40.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881322210.150.4000.13277.7556.6969.22
HexBC84DDF280D1163945
Octal274204335175001542671105
Binary1011110010000100110111011111101000011011000101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84DD; }

 p { color: rgb(188,132,221); }

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

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

 a { background-color: rgb(188,132,221); }

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

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

 span { border-color: rgb(188,132,221); }

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