#B370BB

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

Shades of Fuchsia #B370BB

Tints of Fuchsia #B370BB

Color information

#B370BB (or 0xB370BB) is unknown color: approx Fuchsia. HEX triplet: B3, 70 and BB. RGB value is (179,112,187). Sum of RGB (Red+Green+Blue) = 179+112+187=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B370BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BB is #4C8F44. Grayscale: #8C8C8C. Windows color (decimal): -5017413 or 12284083. OLE color: 12284083.

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

Color convert

RGB179112187-
CMYK0.040.4000.27
HSL293.6º35.55%58.63%-
HSV(B)293.6º40.11%73.33%-
XYZ33.3524.7650.03-
YUV140.58154.2155.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=37.45%
G=23.43%
B=39.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791121870.040.4000.27293.635.5558.63
HexB370BB42801B126243b
Octal2631602734500334464473
Binary10110011111000010111011100101000011011100100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370BB; }

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

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

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

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

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

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

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

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