#B445BC

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

Shades of Fuchsia #B445BC

Tints of Fuchsia #B445BC

Color information

#B445BC (or 0xB445BC) is unknown color: approx Fuchsia. HEX triplet: B4, 45 and BC. RGB value is (180,69,188). Sum of RGB (Red+Green+Blue) = 180+69+188=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #B445BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445BC is #4BBA43. Grayscale: #737373. Windows color (decimal): -4962884 or 12338612. OLE color: 12338612.

HSL color Cylindrical-coordinate representation of color #B445BC: hue angle of 295.97º 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 #B445BC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18069188-
CMYK0.040.6300.26
HSL295.97º47.04%50.39%-
HSV(B)295.97º63.3%73.73%-
XYZ30.0317.5949.39-
YUV115.76168.77173.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=41.19%
G=15.79%
B=43.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180691880.040.6300.26295.9747.0450.39
HexB445BC43F01A1282f32
Octal2641052744770324505762
Binary10110100100010110111100100111111011010100101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445BC; }

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

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

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

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

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

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

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

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