#B770B6

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

Shades of Fuchsia #B770B6

Tints of Fuchsia #B770B6

Color information

#B770B6 (or 0xB770B6) is unknown color: approx Fuchsia. HEX triplet: B7, 70 and B6. RGB value is (183,112,182). Sum of RGB (Red+Green+Blue) = 183+112+182=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770B6 is #488F49. Grayscale: #8D8D8D. Windows color (decimal): -4755274 or 11956407. OLE color: 11956407.

HSL color Cylindrical-coordinate representation of color #B770B6: hue angle of 300.85º 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 #B770B6 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183112182-
CMYK00.390.010.28
HSL300.85º33.02%57.84%-
HSV(B)300.85º38.8%71.76%-
XYZ33.7725.0347.31-
YUV141.21151.02157.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=38.36%
G=23.48%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311218200.390.010.28300.8533.0257.84
HexB770B602711C12d213a
Octal2671602660471344554172
Binary101101111110000101101100100111111100100101101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770B6; }

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

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

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

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

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

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

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

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