#B535BC

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

Shades of Fuchsia #B535BC

Tints of Fuchsia #B535BC

Color information

#B535BC (or 0xB535BC) is unknown color: approx Fuchsia. HEX triplet: B5, 35 and BC. RGB value is (181,53,188). Sum of RGB (Red+Green+Blue) = 181+53+188=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #B535BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535BC is #4ACA43. Grayscale: #6A6A6A. Windows color (decimal): -4901444 or 12334517. OLE color: 12334517.

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

Color convert

RGB18153188-
CMYK0.040.7200.26
HSL296.89º56.02%47.25%-
HSV(B)296.89º71.81%73.73%-
XYZ29.411649.12-
YUV106.66173.91181.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=42.89%
G=12.56%
B=44.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181531880.040.7200.26296.8956.0247.25
HexB535BC44801A129382f
Octal2656527441100324517057
Binary10110101110101101111001001001000011010100101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535BC; }

 p { color: rgb(181,53,188); }

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

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

 a { background-color: rgb(181,53,188); }

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

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

 span { border-color: rgb(181,53,188); }

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