#BC8DE4

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

Shades of Wisteria #BC8DE4

Tints of Wisteria #BC8DE4

Color information

#BC8DE4 (or 0xBC8DE4) is unknown color: approx Wisteria. HEX triplet: BC, 8D and E4. RGB value is (188,141,228). Sum of RGB (Red+Green+Blue) = 188+141+228=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC8DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DE4 is #43721B. Grayscale: #A4A4A4. Windows color (decimal): -4420124 or 14978492. OLE color: 14978492.

HSL color Cylindrical-coordinate representation of color #BC8DE4: hue angle of 272.41º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8DE4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188141228-
CMYK0.180.3800.11
HSL272.41º61.7%72.35%-
HSV(B)272.41º38.16%89.41%-
XYZ44.2735.3477.89-
YUV164.97163.57144.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=33.75%
G=25.31%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881412280.180.3800.11272.4161.772.35
HexBC8DE412260B1103e48
Octal274215344224601342076110
Binary10111100100011011110010010010100110010111000100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DE4; }

 p { color: rgb(188,141,228); }

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

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

 a { background-color: rgb(188,141,228); }

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

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

 span { border-color: rgb(188,141,228); }

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