#BF35B0

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

Shades of Fuchsia #BF35B0

Tints of Fuchsia #BF35B0

Color information

#BF35B0 (or 0xBF35B0) is unknown color: approx Fuchsia. HEX triplet: BF, 35 and B0. RGB value is (191,53,176). Sum of RGB (Red+Green+Blue) = 191+53+176=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF35B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF35B0 is #40CA4F. Grayscale: #6B6B6B. Windows color (decimal): -4246096 or 11548095. OLE color: 11548095.

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

Color convert

RGB19153176-
CMYK00.720.080.25
HSL306.52º56.56%47.84%-
HSV(B)306.52º72.25%74.9%-
XYZ30.616.7642.7-
YUV108.28166.22187-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 53 (21.09% from 255) = 12.62%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=45.48%
G=12.62%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915317600.720.080.25306.5256.5647.84
HexBF35B00488191333930
Octal27765260011010314637160
Binary101111111101011011000001001000100011001100110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF35B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF35B0; }

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

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

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

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

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

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

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

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