#B734AC

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

Shades of Fuchsia #B734AC

Tints of Fuchsia #B734AC

Color information

#B734AC (or 0xB734AC) is unknown color: approx Fuchsia. HEX triplet: B7, 34 and AC. RGB value is (183,52,172). Sum of RGB (Red+Green+Blue) = 183+52+172=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B734AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B734AC is #48CB53. Grayscale: #686868. Windows color (decimal): -4770644 or 11285687. OLE color: 11285687.

HSL color Cylindrical-coordinate representation of color #B734AC: hue angle of 305.04º 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 #B734AC is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18352172-
CMYK00.720.060.28
HSL305.04º55.74%46.08%-
HSV(B)305.04º71.58%71.76%-
XYZ28.215.540.54-
YUV104.85165.9183.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 52 (20.70% from 255) = 12.78%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=44.96%
G=12.78%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835217200.720.060.28305.0455.7446.08
HexB734AC04861C131382e
Octal2676425401106344617056
Binary10110111110100101011000100100011011100100110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734AC; }

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

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

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

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

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

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

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

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