#B734AD

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

Shades of Fuchsia #B734AD

Tints of Fuchsia #B734AD

Color information

#B734AD (or 0xB734AD) is unknown color: approx Fuchsia. HEX triplet: B7, 34 and AD. RGB value is (183,52,173). Sum of RGB (Red+Green+Blue) = 183+52+173=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B734AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B734AD is #48CB52. Grayscale: #686868. Windows color (decimal): -4770643 or 11351223. OLE color: 11351223.

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

Color convert

RGB18352173-
CMYK00.720.050.28
HSL304.58º55.74%46.08%-
HSV(B)304.58º71.58%71.76%-
XYZ28.315.5441.04-
YUV104.96166.4183.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 52 (20.70% from 255) = 12.75%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=44.85%
G=12.75%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835217300.720.050.28304.5855.7446.08
HexB734AD04851C131382e
Octal2676425501105344617056
Binary10110111110100101011010100100010111100100110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734AD; }

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

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

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

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

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

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

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

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