#BC4FBE

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

Shades of Fuchsia #BC4FBE

Tints of Fuchsia #BC4FBE

Color information

#BC4FBE (or 0xBC4FBE) is unknown color: approx Fuchsia. HEX triplet: BC, 4F and BE. RGB value is (188,79,190). Sum of RGB (Red+Green+Blue) = 188+79+190=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC4FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FBE is #43B041. Grayscale: #7B7B7B. Windows color (decimal): -4436034 or 12472252. OLE color: 12472252.

HSL color Cylindrical-coordinate representation of color #BC4FBE: hue angle of 298.92º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FBE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18879190-
CMYK0.010.5800.25
HSL298.92º46.06%52.75%-
HSV(B)298.92º58.42%74.51%-
XYZ32.832050.85-
YUV124.24165.11173.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 79 (31.25% from 255) = 17.29%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=41.14%
G=17.29%
B=41.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188791900.010.5800.25298.9246.0652.75
HexBC4FBE13A01912b2e35
Octal2741172761720314535665
Binary101111001001111101111101111010011001100101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FBE; }

 p { color: rgb(188,79,190); }

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

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

 a { background-color: rgb(188,79,190); }

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

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

 span { border-color: rgb(188,79,190); }

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