#B667BA

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

Shades of Fuchsia #B667BA

Tints of Fuchsia #B667BA

Color information

#B667BA (or 0xB667BA) is unknown color: approx Fuchsia. HEX triplet: B6, 67 and BA. RGB value is (182,103,186). Sum of RGB (Red+Green+Blue) = 182+103+186=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B667BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667BA is #499845. Grayscale: #878787. Windows color (decimal): -4823110 or 12216246. OLE color: 12216246.

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

Color convert

RGB182103186-
CMYK0.020.4500.27
HSL297.11º37.56%56.67%-
HSV(B)297.11º44.62%72.94%-
XYZ3323.1949.19-
YUV136.08156.17160.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=38.64%
G=21.87%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821031860.020.4500.27297.1137.5656.67
HexB667BA22D01B1292639
Octal2661472722550334514671
Binary1011011011001111011101010101101011011100101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667BA; }

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

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

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

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

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

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

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

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