#B435BF

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

Shades of Fuchsia #B435BF

Tints of Fuchsia #B435BF

Color information

#B435BF (or 0xB435BF) is unknown color: approx Fuchsia. HEX triplet: B4, 35 and BF. RGB value is (180,53,191). Sum of RGB (Red+Green+Blue) = 180+53+191=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #B435BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435BF is #4BCA40. Grayscale: #6A6A6A. Windows color (decimal): -4966977 or 12531124. OLE color: 12531124.

HSL color Cylindrical-coordinate representation of color #B435BF: hue angle of 295.22º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B435BF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18053191-
CMYK0.060.7200.25
HSL295.22º56.56%47.84%-
HSV(B)295.22º72.25%74.9%-
XYZ29.516.0150.83-
YUV106.7175.58180.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 191 (75% from 255) = 45.05%
R=42.45%
G=12.5%
B=45.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180531910.060.7200.25295.2256.5647.84
HexB435BF6480191273930
Octal2646527761100314477160
Binary10110100110101101111111101001000011001100100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435BF; }

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

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

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

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

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

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

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

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