#BF4CB9

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

Shades of Fuchsia #BF4CB9

Tints of Fuchsia #BF4CB9

Color information

#BF4CB9 (or 0xBF4CB9) is unknown color: approx Fuchsia. HEX triplet: BF, 4C and B9. RGB value is (191,76,185). Sum of RGB (Red+Green+Blue) = 191+76+185=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CB9 is #40B346. Grayscale: #7A7A7A. Windows color (decimal): -4240199 or 12143807. OLE color: 12143807.

HSL color Cylindrical-coordinate representation of color #BF4CB9: hue angle of 303.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CB9 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19176185-
CMYK00.600.030.25
HSL303.13º47.33%52.35%-
HSV(B)303.13º60.21%74.9%-
XYZ32.8319.7547.98-
YUV122.81163.1176.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 76 (30.08% from 255) = 16.81%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=42.26%
G=16.81%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917618500.600.030.25303.1347.3352.35
HexBF4CB903C31912f2f34
Octal2771142710743314575764
Binary1011111110011001011100101111001111001100101111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4CB9; }

 p { color: rgb(191,76,185); }

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

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

 a { background-color: rgb(191,76,185); }

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

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

 span { border-color: rgb(191,76,185); }

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