#B34CBD

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

Shades of Fuchsia #B34CBD

Tints of Fuchsia #B34CBD

Color information

#B34CBD (or 0xB34CBD) is unknown color: approx Fuchsia. HEX triplet: B3, 4C and BD. RGB value is (179,76,189). Sum of RGB (Red+Green+Blue) = 179+76+189=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #B34CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CBD is #4CB342. Grayscale: #777777. Windows color (decimal): -5026627 or 12405939. OLE color: 12405939.

HSL color Cylindrical-coordinate representation of color #B34CBD: hue angle of 294.69º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34CBD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17976189-
CMYK0.050.6000.26
HSL294.69º46.12%51.96%-
HSV(B)294.69º59.79%74.12%-
XYZ30.3618.4350.1-
YUV119.68167.12170.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=40.32%
G=17.12%
B=42.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179761890.050.6000.26294.6946.1251.96
HexB34CBD53C01A1272e34
Octal2631142755740324475664
Binary10110011100110010111101101111100011010100100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CBD; }

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

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

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

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

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

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

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

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