#B34CB9

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

Shades of Fuchsia #B34CB9

Tints of Fuchsia #B34CB9

Color information

#B34CB9 (or 0xB34CB9) is unknown color: approx Fuchsia. HEX triplet: B3, 4C and B9. RGB value is (179,76,185). Sum of RGB (Red+Green+Blue) = 179+76+185=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #B34CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CB9 is #4CB346. Grayscale: #767676. Windows color (decimal): -5026631 or 12143795. OLE color: 12143795.

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

Color convert

RGB17976185-
CMYK0.030.5900.27
HSL296.7º43.78%51.18%-
HSV(B)296.7º58.92%72.55%-
XYZ29.9318.2647.85-
YUV119.22165.12170.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=40.68%
G=17.27%
B=42.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179761850.030.5900.27296.743.7851.18
HexB34CB933B01B1292c33
Octal2631142713730334515463
Binary1011001110011001011100111111011011011100101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CB9; }

 p { color: rgb(179,76,185); }

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

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

 a { background-color: rgb(179,76,185); }

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

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

 span { border-color: rgb(179,76,185); }

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