#BC93CD

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

Shades of Wisteria #BC93CD

Tints of Wisteria #BC93CD

Color information

#BC93CD (or 0xBC93CD) is unknown color: approx Wisteria. HEX triplet: BC, 93 and CD. RGB value is (188,147,205). Sum of RGB (Red+Green+Blue) = 188+147+205=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CD is #436C32. Grayscale: #A5A5A5. Windows color (decimal): -4418611 or 13472700. OLE color: 13472700.

HSL color Cylindrical-coordinate representation of color #BC93CD: hue angle of 282.41º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC93CD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188147205-
CMYK0.080.2800.20
HSL282.41º36.71%69.02%-
HSV(B)282.41º28.29%80.39%-
XYZ42.1935.9762.48-
YUV165.87150.08143.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=34.81%
G=27.22%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881472050.080.2800.20282.4136.7169.02
HexBC93CD81C01411a2545
Octal274223315103402443245105
Binary1011110010010011110011011000111000101001000110101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93CD; }

 p { color: rgb(188,147,205); }

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

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

 a { background-color: rgb(188,147,205); }

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

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

 span { border-color: rgb(188,147,205); }

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