#B735BA

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

Shades of Fuchsia #B735BA

Tints of Fuchsia #B735BA

Color information

#B735BA (or 0xB735BA) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and BA. RGB value is (183,53,186). Sum of RGB (Red+Green+Blue) = 183+53+186=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B735BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735BA is #48CA45. Grayscale: #6A6A6A. Windows color (decimal): -4770374 or 12203447. OLE color: 12203447.

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

Color convert

RGB18353186-
CMYK0.020.7200.27
HSL298.65º55.65%46.86%-
HSV(B)298.65º71.51%72.94%-
XYZ29.6616.1648.01-
YUV107.03172.57182.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=43.36%
G=12.56%
B=44.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183531860.020.7200.27298.6555.6546.86
HexB735BA24801B12b382f
Octal2676527221100334537057
Binary1011011111010110111010101001000011011100101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735BA; }

 p { color: rgb(183,53,186); }

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

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

 a { background-color: rgb(183,53,186); }

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

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

 span { border-color: rgb(183,53,186); }

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