#B770B3

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

Shades of Fuchsia #B770B3

Tints of Fuchsia #B770B3

Color information

#B770B3 (or 0xB770B3) is unknown color: approx Fuchsia. HEX triplet: B7, 70 and B3. RGB value is (183,112,179). Sum of RGB (Red+Green+Blue) = 183+112+179=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770B3 is #488F4C. Grayscale: #8C8C8C. Windows color (decimal): -4755277 or 11759799. OLE color: 11759799.

HSL color Cylindrical-coordinate representation of color #B770B3: hue angle of 303.38º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770B3 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183112179-
CMYK00.390.020.28
HSL303.38º33.02%57.84%-
HSV(B)303.38º38.8%71.76%-
XYZ33.4624.9145.69-
YUV140.87149.52158.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=38.61%
G=23.63%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311217900.390.020.28303.3833.0257.84
HexB770B302721C12f213a
Octal2671602630472344574172
Binary1011011111100001011001101001111011100100101111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770B3; }

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

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

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

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

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

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

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

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