#B145BC

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

Shades of Fuchsia #B145BC

Tints of Fuchsia #B145BC

Color information

#B145BC (or 0xB145BC) is unknown color: approx Fuchsia. HEX triplet: B1, 45 and BC. RGB value is (177,69,188). Sum of RGB (Red+Green+Blue) = 177+69+188=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B145BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145BC is #4EBA43. Grayscale: #727272. Windows color (decimal): -5159492 or 12338609. OLE color: 12338609.

HSL color Cylindrical-coordinate representation of color #B145BC: hue angle of 294.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B145BC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17769188-
CMYK0.060.6300.26
HSL294.45º47.04%50.39%-
HSV(B)294.45º63.3%73.73%-
XYZ29.3417.2349.36-
YUV114.86169.28172.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 69 (27.34% from 255) = 15.90%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=40.78%
G=15.90%
B=43.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177691880.060.6300.26294.4547.0450.39
HexB145BC63F01A1262f32
Octal2611052746770324465762
Binary10110001100010110111100110111111011010100100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145BC; }

 p { color: rgb(177,69,188); }

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

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

 a { background-color: rgb(177,69,188); }

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

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

 span { border-color: rgb(177,69,188); }

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