#B672BA

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

Shades of Fuchsia #B672BA

Tints of Fuchsia #B672BA

Color information

#B672BA (or 0xB672BA) is unknown color: approx Fuchsia. HEX triplet: B6, 72 and BA. RGB value is (182,114,186). Sum of RGB (Red+Green+Blue) = 182+114+186=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B672BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672BA is #498D45. Grayscale: #8E8E8E. Windows color (decimal): -4820294 or 12219062. OLE color: 12219062.

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

Color convert

RGB182114186-
CMYK0.020.3900.27
HSL296.67º34.29%58.82%-
HSV(B)296.67º38.71%72.94%-
XYZ34.1725.5249.58-
YUV142.54152.53156.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=37.76%
G=23.65%
B=38.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821141860.020.3900.27296.6734.2958.82
HexB672BA22701B129223b
Octal2661622722470334514273
Binary1011011011100101011101010100111011011100101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B672BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B672BA; }

 p { color: rgb(182,114,186); }

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

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

 a { background-color: rgb(182,114,186); }

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

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

 span { border-color: rgb(182,114,186); }

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