#bc7ee7

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

Shades of Wisteria #BC7EE7

Tints of Wisteria #BC7EE7

Color information

#BC7EE7 (or 0xBC7EE7) is unknown color: approx Wisteria. HEX triplet: BC, 7E and E7. RGB value is (188,126,231). Sum of RGB (Red+Green+Blue) = 188+126+231=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC7EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EE7 is #438118. Grayscale: #9C9C9C. Windows color (decimal): -4423961 or 15171260. OLE color: 15171260.

HSL color Cylindrical-coordinate representation of color #BC7EE7: hue angle of 275.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7EE7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188126231-
CMYK0.190.4500.09
HSL275.43º68.63%70%-
HSV(B)275.43º45.45%90.59%-
XYZ42.6231.3879.41-
YUV156.51170.04150.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 231 (90.62% from 255) = 42.39%
R=34.50%
G=23.12%
B=42.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881262310.190.4500.09275.4368.6370
HexBC7EE7132D091134546
Octal2741763472355011423105106
Binary10111100111111011100111100111011010100110001001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7ee7; }

 p { color: rgb(188,126,231); }

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

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

 a { background-color: rgb(188,126,231); }

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

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

 span { border-color: rgb(188,126,231); }

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