#B770B2

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

Shades of Fuchsia #B770B2

Tints of Fuchsia #B770B2

Color information

#B770B2 (or 0xB770B2) is unknown color: approx Fuchsia. HEX triplet: B7, 70 and B2. RGB value is (183,112,178). Sum of RGB (Red+Green+Blue) = 183+112+178=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770B2 is #488F4D. Grayscale: #8C8C8C. Windows color (decimal): -4755278 or 11694263. OLE color: 11694263.

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

Color convert

RGB183112178-
CMYK00.390.030.28
HSL304.23º33.02%57.84%-
HSV(B)304.23º38.8%71.76%-
XYZ33.3624.8745.16-
YUV140.75149.02158.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=38.69%
G=23.68%
B=37.63%

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
Decimal18311217800.390.030.28304.2333.0257.84
HexB770B202731C130213a
Octal2671602620473344604172
Binary1011011111100001011001001001111111100100110000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770B2; }

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

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

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

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

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

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

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

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