#B670BB

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

Shades of Fuchsia #B670BB

Tints of Fuchsia #B670BB

Color information

#B670BB (or 0xB670BB) is unknown color: approx Fuchsia. HEX triplet: B6, 70 and BB. RGB value is (182,112,187). Sum of RGB (Red+Green+Blue) = 182+112+187=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B670BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670BB is #498F44. Grayscale: #8D8D8D. Windows color (decimal): -4820805 or 12284086. OLE color: 12284086.

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

Color convert

RGB182112187-
CMYK0.030.4000.27
HSL296º35.55%58.63%-
HSV(B)296º40.11%73.33%-
XYZ34.0625.1250.07-
YUV141.48153.69156.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=37.84%
G=23.28%
B=38.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821121870.030.4000.2729635.5558.63
HexB670BB32801B128243b
Octal2661602733500334504473
Binary1011011011100001011101111101000011011100101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B670BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B670BB; }

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

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

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

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

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

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

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

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