#B372BB

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

Shades of Fuchsia #B372BB

Tints of Fuchsia #B372BB

Color information

#B372BB (or 0xB372BB) is unknown color: approx Fuchsia. HEX triplet: B3, 72 and BB. RGB value is (179,114,187). Sum of RGB (Red+Green+Blue) = 179+114+187=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B372BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372BB is #4C8D44. Grayscale: #8D8D8D. Windows color (decimal): -5016901 or 12284595. OLE color: 12284595.

HSL color Cylindrical-coordinate representation of color #B372BB: hue angle of 293.42º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B372BB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179114187-
CMYK0.040.3900.27
HSL293.42º34.93%59.02%-
HSV(B)293.42º39.04%73.33%-
XYZ33.5825.2150.11-
YUV141.76153.53154.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=37.29%
G=23.75%
B=38.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791141870.040.3900.27293.4234.9359.02
HexB372BB42701B125233b
Octal2631622734470334454373
Binary10110011111001010111011100100111011011100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372BB; }

 p { color: rgb(179,114,187); }

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

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

 a { background-color: rgb(179,114,187); }

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

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

 span { border-color: rgb(179,114,187); }

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