#BF4CBB

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

Shades of Fuchsia #BF4CBB

Tints of Fuchsia #BF4CBB

Color information

#BF4CBB (or 0xBF4CBB) is unknown color: approx Fuchsia. HEX triplet: BF, 4C and BB. RGB value is (191,76,187). Sum of RGB (Red+Green+Blue) = 191+76+187=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CBB is #40B344. Grayscale: #7A7A7A. Windows color (decimal): -4240197 or 12274879. OLE color: 12274879.

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

Color convert

RGB19176187-
CMYK00.600.020.25
HSL302.09º47.33%52.35%-
HSV(B)302.09º60.21%74.9%-
XYZ33.0419.8349.1-
YUV123.04164.1176.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=42.07%
G=16.74%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917618700.600.020.25302.0947.3352.35
HexBF4CBB03C21912e2f34
Octal2771142730742314565764
Binary1011111110011001011101101111001011001100101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4CBB; }

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

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

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

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

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

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

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

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