#B667B2

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

Shades of Fuchsia #B667B2

Tints of Fuchsia #B667B2

Color information

#B667B2 (or 0xB667B2) is unknown color: approx Fuchsia. HEX triplet: B6, 67 and B2. RGB value is (182,103,178). Sum of RGB (Red+Green+Blue) = 182+103+178=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B667B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667B2 is #49984D. Grayscale: #868686. Windows color (decimal): -4823118 or 11691958. OLE color: 11691958.

HSL color Cylindrical-coordinate representation of color #B667B2: hue angle of 303.04º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B667B2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182103178-
CMYK00.430.020.29
HSL303.04º35.11%55.88%-
HSV(B)303.04º43.41%71.37%-
XYZ32.1822.8644.84-
YUV135.17152.17161.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=39.31%
G=22.25%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210317800.430.020.29303.0435.1155.88
HexB667B202B21D12f2338
Octal2661472620532354574370
Binary1011011011001111011001001010111011101100101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667B2; }

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

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

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

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

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

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

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

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