#B667B4

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

Shades of Fuchsia #B667B4

Tints of Fuchsia #B667B4

Color information

#B667B4 (or 0xB667B4) is unknown color: approx Fuchsia. HEX triplet: B6, 67 and B4. RGB value is (182,103,180). Sum of RGB (Red+Green+Blue) = 182+103+180=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B667B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667B4 is #49984B. Grayscale: #878787. Windows color (decimal): -4823116 or 11823030. OLE color: 11823030.

HSL color Cylindrical-coordinate representation of color #B667B4: hue angle of 301.52º 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 #B667B4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB182103180-
CMYK00.430.010.29
HSL301.52º35.11%55.88%-
HSV(B)301.52º43.41%71.37%-
XYZ32.3822.9445.9-
YUV135.4153.17161.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=39.14%
G=22.15%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210318000.430.010.29301.5235.1155.88
HexB667B402B11D12e2338
Octal2661472640531354564370
Binary101101101100111101101000101011111101100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667B4; }

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

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

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

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

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

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

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

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