#BF60B3

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

Shades of Fuchsia #BF60B3

Tints of Fuchsia #BF60B3

Color information

#BF60B3 (or 0xBF60B3) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and B3. RGB value is (191,96,179). Sum of RGB (Red+Green+Blue) = 191+96+179=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60B3 is #409F4C. Grayscale: #858585. Windows color (decimal): -4235085 or 11755711. OLE color: 11755711.

HSL color Cylindrical-coordinate representation of color #BF60B3: hue angle of 307.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60B3 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19196179-
CMYK00.500.060.25
HSL307.58º42.6%56.27%-
HSV(B)307.58º49.74%74.9%-
XYZ33.8122.745.25-
YUV133.87153.47168.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=40.99%
G=20.60%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919617900.500.060.25307.5842.656.27
HexBF60B30326191342b38
Octal2771402630626314645370
Binary10111111110000010110011011001011011001100110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60B3; }

 p { color: rgb(191,96,179); }

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

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

 a { background-color: rgb(191,96,179); }

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

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

 span { border-color: rgb(191,96,179); }

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