#B671B4

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

Shades of Fuchsia #B671B4

Tints of Fuchsia #B671B4

Color information

#B671B4 (or 0xB671B4) is unknown color: approx Fuchsia. HEX triplet: B6, 71 and B4. RGB value is (182,113,180). Sum of RGB (Red+Green+Blue) = 182+113+180=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B671B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671B4 is #498E4B. Grayscale: #8D8D8D. Windows color (decimal): -4820556 or 11825590. OLE color: 11825590.

HSL color Cylindrical-coordinate representation of color #B671B4: hue angle of 301.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B671B4 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB182113180-
CMYK00.380.010.29
HSL301.74º32.09%57.84%-
HSV(B)301.74º37.91%71.37%-
XYZ33.4325.0546.25-
YUV141.27149.86157.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=38.32%
G=23.79%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211318000.380.010.29301.7432.0957.84
HexB671B402611D12e203a
Octal2661612640461354564072
Binary101101101110001101101000100110111101100101110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671B4; }

 p { color: rgb(182,113,180); }

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

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

 a { background-color: rgb(182,113,180); }

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

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

 span { border-color: rgb(182,113,180); }

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