#B674BB

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

Shades of Fuchsia #B674BB

Tints of Fuchsia #B674BB

Color information

#B674BB (or 0xB674BB) is unknown color: approx Fuchsia. HEX triplet: B6, 74 and BB. RGB value is (182,116,187). Sum of RGB (Red+Green+Blue) = 182+116+187=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B674BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674BB is #498B44. Grayscale: #8F8F8F. Windows color (decimal): -4819781 or 12285110. OLE color: 12285110.

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

Color convert

RGB182116187-
CMYK0.030.3800.27
HSL295.77º34.3%59.41%-
HSV(B)295.77º37.97%73.33%-
XYZ34.5126.0250.22-
YUV143.83152.37155.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=37.53%
G=23.92%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821161870.030.3800.27295.7734.359.41
HexB674BB32601B128223b
Octal2661642733460334504273
Binary1011011011101001011101111100110011011100101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674BB; }

 p { color: rgb(182,116,187); }

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

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

 a { background-color: rgb(182,116,187); }

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

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

 span { border-color: rgb(182,116,187); }

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