#B775BB

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

Shades of Fuchsia #B775BB

Tints of Fuchsia #B775BB

Color information

#B775BB (or 0xB775BB) is unknown color: approx Fuchsia. HEX triplet: B7, 75 and BB. RGB value is (183,117,187). Sum of RGB (Red+Green+Blue) = 183+117+187=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #B775BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775BB is #488A44. Grayscale: #909090. Windows color (decimal): -4753989 or 12285367. OLE color: 12285367.

HSL color Cylindrical-coordinate representation of color #B775BB: hue angle of 296.57º 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 #B775BB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183117187-
CMYK0.020.3700.27
HSL296.57º33.98%59.61%-
HSV(B)296.57º37.43%73.33%-
XYZ34.8626.3850.27-
YUV144.71151.87155.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=37.58%
G=24.02%
B=38.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831171870.020.3700.27296.5733.9859.61
HexB775BB22501B129223c
Octal2671652732450334514274
Binary1011011111101011011101110100101011011100101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775BB; }

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

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

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

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

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

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

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

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