#bf3acc

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

Shades of Fuchsia #BF3ACC

Tints of Fuchsia #BF3ACC

Color information

#BF3ACC (or 0xBF3ACC) is unknown color: approx Fuchsia. HEX triplet: BF, 3A and CC. RGB value is (191,58,204). Sum of RGB (Red+Green+Blue) = 191+58+204=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ACC is #40C533. Grayscale: #717171. Windows color (decimal): -4244788 or 13384383. OLE color: 13384383.

HSL color Cylindrical-coordinate representation of color #BF3ACC: hue angle of 294.66º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3ACC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19158204-
CMYK0.060.7200.2
HSL294.66º58.87%51.37%-
HSV(B)294.66º71.57%80%-
XYZ33.918.4658.9-
YUV114.41178.56182.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 58 (23.05% from 255) = 12.80%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=42.16%
G=12.80%
B=45.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191582040.060.7200.2294.6658.8751.37
HexBF3ACC6480141273b33
Octal2777231461100244477363
Binary10111111111010110011001101001000010100100100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3acc; }

 p { color: rgb(191,58,204); }

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

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

 a { background-color: rgb(191,58,204); }

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

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

 span { border-color: rgb(191,58,204); }

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