#B734B3

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

Shades of Fuchsia #B734B3

Tints of Fuchsia #B734B3

Color information

#B734B3 (or 0xB734B3) is unknown color: approx Fuchsia. HEX triplet: B7, 34 and B3. RGB value is (183,52,179). Sum of RGB (Red+Green+Blue) = 183+52+179=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B734B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734B3 is #48CB4C. Grayscale: #696969. Windows color (decimal): -4770637 or 11744439. OLE color: 11744439.

HSL color Cylindrical-coordinate representation of color #B734B3: hue angle of 301.83º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B734B3 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18352179-
CMYK00.720.020.28
HSL301.83º55.74%46.08%-
HSV(B)301.83º71.58%71.76%-
XYZ28.8915.7844.17-
YUV105.65169.4183.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=44.20%
G=12.56%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835217900.720.020.28301.8355.7446.08
HexB734B304821C12e382e
Octal2676426301102344567056
Binary1011011111010010110011010010001011100100101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734B3; }

 p { color: rgb(183,52,179); }

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

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

 a { background-color: rgb(183,52,179); }

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

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

 span { border-color: rgb(183,52,179); }

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