#B734B4

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

Shades of Fuchsia #B734B4

Tints of Fuchsia #B734B4

Color information

#B734B4 (or 0xB734B4) is unknown color: approx Fuchsia. HEX triplet: B7, 34 and B4. RGB value is (183,52,180). Sum of RGB (Red+Green+Blue) = 183+52+180=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B734B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734B4 is #48CB4B. Grayscale: #696969. Windows color (decimal): -4770636 or 11809975. OLE color: 11809975.

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

Color convert

RGB18352180-
CMYK00.720.020.28
HSL301.37º55.74%46.08%-
HSV(B)301.37º71.58%71.76%-
XYZ28.9915.8244.71-
YUV105.76169.9183.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 52 (20.70% from 255) = 12.53%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=44.10%
G=12.53%
B=43.37%

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
Decimal1835218000.720.020.28301.3755.7446.08
HexB734B404821C12d382e
Octal2676426401102344557056
Binary1011011111010010110100010010001011100100101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734B4; }

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

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

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

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

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

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

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

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