#B770B1

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

Shades of Fuchsia #B770B1

Tints of Fuchsia #B770B1

Color information

#B770B1 (or 0xB770B1) is unknown color: approx Fuchsia. HEX triplet: B7, 70 and B1. RGB value is (183,112,177). Sum of RGB (Red+Green+Blue) = 183+112+177=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770B1 is #488F4E. Grayscale: #8C8C8C. Windows color (decimal): -4755279 or 11628727. OLE color: 11628727.

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

Color convert

RGB183112177-
CMYK00.390.030.28
HSL305.07º33.02%57.84%-
HSV(B)305.07º38.8%71.76%-
XYZ33.2624.8344.63-
YUV140.64148.52158.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=38.77%
G=23.73%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311217700.390.030.28305.0733.0257.84
HexB770B102731C131213a
Octal2671602610473344614172
Binary1011011111100001011000101001111111100100110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770B1; }

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

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

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

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

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

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

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

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