#B34EBB

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

Shades of Fuchsia #B34EBB

Tints of Fuchsia #B34EBB

Color information

#B34EBB (or 0xB34EBB) is unknown color: approx Fuchsia. HEX triplet: B3, 4E and BB. RGB value is (179,78,187). Sum of RGB (Red+Green+Blue) = 179+78+187=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #B34EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EBB is #4CB144. Grayscale: #787878. Windows color (decimal): -5026117 or 12275379. OLE color: 12275379.

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

Color convert

RGB17978187-
CMYK0.040.5800.27
HSL295.6º44.49%51.96%-
HSV(B)295.6º58.29%73.33%-
XYZ30.2818.6249.01-
YUV120.62165.46169.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=40.32%
G=17.57%
B=42.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179781870.040.5800.27295.644.4951.96
HexB34EBB43A01B1282c34
Octal2631162734720334505464
Binary10110011100111010111011100111010011011100101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34EBB; }

 p { color: rgb(179,78,187); }

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

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

 a { background-color: rgb(179,78,187); }

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

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

 span { border-color: rgb(179,78,187); }

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