#B675BB

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

Shades of Fuchsia #B675BB

Tints of Fuchsia #B675BB

Color information

#B675BB (or 0xB675BB) is unknown color: approx Fuchsia. HEX triplet: B6, 75 and BB. RGB value is (182,117,187). Sum of RGB (Red+Green+Blue) = 182+117+187=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B675BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BB is #498A44. Grayscale: #909090. Windows color (decimal): -4819525 or 12285366. OLE color: 12285366.

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

Color convert

RGB182117187-
CMYK0.030.3700.27
HSL295.71º33.98%59.61%-
HSV(B)295.71º37.43%73.33%-
XYZ34.6226.2650.26-
YUV144.42152.03154.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=37.45%
G=24.07%
B=38.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821171870.030.3700.27295.7133.9859.61
HexB675BB32501B128223c
Octal2661652733450334504274
Binary1011011011101011011101111100101011011100101000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675BB; }

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

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

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

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

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

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

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

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