#B770BB

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

Shades of Fuchsia #B770BB

Tints of Fuchsia #B770BB

Color information

#B770BB (or 0xB770BB) is unknown color: approx Fuchsia. HEX triplet: B7, 70 and BB. RGB value is (183,112,187). Sum of RGB (Red+Green+Blue) = 183+112+187=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #B770BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770BB is #488F44. Grayscale: #8D8D8D. Windows color (decimal): -4755269 or 12284087. OLE color: 12284087.

HSL color Cylindrical-coordinate representation of color #B770BB: hue angle of 296.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B770BB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183112187-
CMYK0.020.4000.27
HSL296.8º35.55%58.63%-
HSV(B)296.8º40.11%73.33%-
XYZ34.2925.2450.08-
YUV141.78153.52157.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=37.97%
G=23.24%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831121870.020.4000.27296.835.5558.63
HexB770BB22801B129243b
Octal2671602732500334514473
Binary1011011111100001011101110101000011011100101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770BB; }

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

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

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

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

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

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

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

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