#BC8BEA

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

Shades of Wisteria #BC8BEA

Tints of Wisteria #BC8BEA

Color information

#BC8BEA (or 0xBC8BEA) is unknown color: approx Wisteria. HEX triplet: BC, 8B and EA. RGB value is (188,139,234). Sum of RGB (Red+Green+Blue) = 188+139+234=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BEA is #437415. Grayscale: #A4A4A4. Windows color (decimal): -4420630 or 15371196. OLE color: 15371196.

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

Color convert

RGB188139234-
CMYK0.200.4100.08
HSL270.95º69.34%73.14%-
HSV(B)270.95º40.6%91.76%-
XYZ44.8235.182.25-
YUV164.48167.23144.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=33.51%
G=24.78%
B=41.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881392340.200.4100.08270.9569.3473.14
HexBC8BEA14290810f4549
Octal2742133522451010417105111
Binary101111001000101111101010101001010010100010000111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BEA; }

 p { color: rgb(188,139,234); }

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

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

 a { background-color: rgb(188,139,234); }

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

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

 span { border-color: rgb(188,139,234); }

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