#BC7DDB

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

Shades of Wisteria #BC7DDB

Tints of Wisteria #BC7DDB

Color information

#BC7DDB (or 0xBC7DDB) is unknown color: approx Wisteria. HEX triplet: BC, 7D and DB. RGB value is (188,125,219). Sum of RGB (Red+Green+Blue) = 188+125+219=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DDB is #438224. Grayscale: #9A9A9A. Windows color (decimal): -4424229 or 14384572. OLE color: 14384572.

HSL color Cylindrical-coordinate representation of color #BC7DDB: hue angle of 280.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7DDB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188125219-
CMYK0.140.4300.14
HSL280.21º56.63%67.45%-
HSV(B)280.21º42.92%85.88%-
XYZ40.8630.4770.75-
YUV154.55164.37151.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=35.34%
G=23.50%
B=41.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881252190.140.4300.14280.2156.6367.45
HexBC7DDBE2B0E1183943
Octal274175333165301643071103
Binary101111001111101110110111110101011011101000110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DDB; }

 p { color: rgb(188,125,219); }

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

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

 a { background-color: rgb(188,125,219); }

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

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

 span { border-color: rgb(188,125,219); }

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