#BC83DC

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

Shades of Wisteria #BC83DC

Tints of Wisteria #BC83DC

Color information

#BC83DC (or 0xBC83DC) is unknown color: approx Wisteria. HEX triplet: BC, 83 and DC. RGB value is (188,131,220). Sum of RGB (Red+Green+Blue) = 188+131+220=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 131 (51.56% from 255 or 24.30% 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 #BC83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DC is #437C23. Grayscale: #9D9D9D. Windows color (decimal): -4422692 or 14451644. OLE color: 14451644.

HSL color Cylindrical-coordinate representation of color #BC83DC: hue angle of 278.43º 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 #BC83DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188131220-
CMYK0.150.4000.14
HSL278.43º55.97%68.82%-
HSV(B)278.43º40.45%86.27%-
XYZ41.7732.0971.7-
YUV158.19162.88149.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=34.88%
G=24.30%
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
Decimal1881312200.150.4000.14278.4355.9768.82
HexBC83DCF280E1163845
Octal274203334175001642670105
Binary1011110010000011110111001111101000011101000101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83DC; }

 p { color: rgb(188,131,220); }

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

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

 a { background-color: rgb(188,131,220); }

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

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

 span { border-color: rgb(188,131,220); }

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