#BF35C5

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

Shades of Fuchsia #BF35C5

Tints of Fuchsia #BF35C5

Color information

#BF35C5 (or 0xBF35C5) is unknown color: approx Fuchsia. HEX triplet: BF, 35 and C5. RGB value is (191,53,197). Sum of RGB (Red+Green+Blue) = 191+53+197=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF35C5 is #40CA3A. Grayscale: #6E6E6E. Windows color (decimal): -4246075 or 12924351. OLE color: 12924351.

HSL color Cylindrical-coordinate representation of color #BF35C5: hue angle of 297.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF35C5 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19153197-
CMYK0.030.7300.23
HSL297.5º57.6%49.02%-
HSV(B)297.5º73.1%77.25%-
XYZ32.8417.6554.5-
YUV110.68176.72185.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 53 (21.09% from 255) = 12.02%
BLUE value IS 197 (77.34% from 255) = 44.67%
R=43.31%
G=12.02%
B=44.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191531970.030.7300.23297.557.649.02
HexBF35C534901712a3a31
Octal2776530531110274527261
Binary1011111111010111000101111001001010111100101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF35C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF35C5; }

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

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

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

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

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

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

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

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