#BC7CDB

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

Shades of Wisteria #BC7CDB

Tints of Wisteria #BC7CDB

Color information

#BC7CDB (or 0xBC7CDB) is unknown color: approx Wisteria. HEX triplet: BC, 7C and DB. RGB value is (188,124,219). Sum of RGB (Red+Green+Blue) = 188+124+219=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CDB is #438324. Grayscale: #999999. Windows color (decimal): -4424485 or 14384316. OLE color: 14384316.

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

Color convert

RGB188124219-
CMYK0.140.4300.14
HSL280.42º56.89%67.25%-
HSV(B)280.42º43.38%85.88%-
XYZ40.7330.2270.7-
YUV153.97164.7152.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=35.40%
G=23.35%
B=41.24%

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
Decimal1881242190.140.4300.14280.4256.8967.25
HexBC7CDBE2B0E1183943
Octal274174333165301643071103
Binary101111001111100110110111110101011011101000110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CDB; }

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

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

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

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

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

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

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

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