#B435BD

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

Shades of Fuchsia #B435BD

Tints of Fuchsia #B435BD

Color information

#B435BD (or 0xB435BD) is unknown color: approx Fuchsia. HEX triplet: B4, 35 and BD. RGB value is (180,53,189). Sum of RGB (Red+Green+Blue) = 180+53+189=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #B435BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435BD is #4BCA42. Grayscale: #6A6A6A. Windows color (decimal): -4966979 or 12400052. OLE color: 12400052.

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

Color convert

RGB18053189-
CMYK0.050.7200.26
HSL296.03º56.2%47.45%-
HSV(B)296.03º71.96%74.12%-
XYZ29.2815.9249.67-
YUV106.48174.58180.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=42.65%
G=12.56%
B=44.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180531890.050.7200.26296.0356.247.45
HexB435BD54801A128382f
Octal2646527551100324507057
Binary10110100110101101111011011001000011010100101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435BD; }

 p { color: rgb(180,53,189); }

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

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

 a { background-color: rgb(180,53,189); }

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

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

 span { border-color: rgb(180,53,189); }

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