#B34BBD

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

Shades of Fuchsia #B34BBD

Tints of Fuchsia #B34BBD

Color information

#B34BBD (or 0xB34BBD) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and BD. RGB value is (179,75,189). Sum of RGB (Red+Green+Blue) = 179+75+189=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B34BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BBD is #4CB442. Grayscale: #767676. Windows color (decimal): -5026883 or 12405683. OLE color: 12405683.

HSL color Cylindrical-coordinate representation of color #B34BBD: hue angle of 294.74º 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 #B34BBD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17975189-
CMYK0.050.6000.26
HSL294.74º46.34%51.76%-
HSV(B)294.74º60.32%74.12%-
XYZ30.2918.2950.08-
YUV119.09167.46170.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=40.41%
G=16.93%
B=42.66%

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
Decimal179751890.050.6000.26294.7446.3451.76
HexB34BBD53C01A1272e34
Octal2631132755740324475664
Binary10110011100101110111101101111100011010100100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BBD; }

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

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

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

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

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

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

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

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