#BC94D3

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

Shades of Wisteria #BC94D3

Tints of Wisteria #BC94D3

Color information

#BC94D3 (or 0xBC94D3) is unknown color: approx Wisteria. HEX triplet: BC, 94 and D3. RGB value is (188,148,211). Sum of RGB (Red+Green+Blue) = 188+148+211=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC94D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94D3 is #436B2C. Grayscale: #A6A6A6. Windows color (decimal): -4418349 or 13866172. OLE color: 13866172.

HSL color Cylindrical-coordinate representation of color #BC94D3: hue angle of 278.1º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC94D3 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188148211-
CMYK0.110.3000.17
HSL278.1º41.72%70.39%-
HSV(B)278.1º29.86%82.75%-
XYZ43.0936.5766.42-
YUV167.14152.75142.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=34.37%
G=27.06%
B=38.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881482110.110.3000.17278.141.7270.39
HexBC94D3B1E0111162a46
Octal274224323133602142652106
Binary1011110010010100110100111011111100100011000101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94D3; }

 p { color: rgb(188,148,211); }

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

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

 a { background-color: rgb(188,148,211); }

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

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

 span { border-color: rgb(188,148,211); }

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