#B34BBF

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

Shades of Fuchsia #B34BBF

Tints of Fuchsia #B34BBF

Color information

#B34BBF (or 0xB34BBF) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and BF. RGB value is (179,75,191). Sum of RGB (Red+Green+Blue) = 179+75+191=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #B34BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BBF is #4CB440. Grayscale: #767676. Windows color (decimal): -5026881 or 12536755. OLE color: 12536755.

HSL color Cylindrical-coordinate representation of color #B34BBF: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34BBF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17975191-
CMYK0.060.6100.25
HSL293.79º47.54%52.16%-
HSV(B)293.79º60.73%74.9%-
XYZ30.5118.3851.23-
YUV119.32168.46170.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 191 (75% from 255) = 42.92%
R=40.22%
G=16.85%
B=42.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179751910.060.6100.25293.7947.5452.16
HexB34BBF63D0191263034
Octal2631132776750314466064
Binary10110011100101110111111110111101011001100100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BBF; }

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

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

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

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

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

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

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

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