#BF38B1

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

Shades of Fuchsia #BF38B1

Tints of Fuchsia #BF38B1

Color information

#BF38B1 (or 0xBF38B1) is unknown color: approx Fuchsia. HEX triplet: BF, 38 and B1. RGB value is (191,56,177). Sum of RGB (Red+Green+Blue) = 191+56+177=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF38B1 is #40C74E. Grayscale: #6D6D6D. Windows color (decimal): -4245327 or 11614399. OLE color: 11614399.

HSL color Cylindrical-coordinate representation of color #BF38B1: hue angle of 306.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF38B1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19156177-
CMYK00.710.070.25
HSL306.22º54.66%48.43%-
HSV(B)306.22º70.68%74.9%-
XYZ30.8417.0843.27-
YUV110.16165.73185.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 56 (22.27% from 255) = 13.21%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=45.05%
G=13.21%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915617700.710.070.25306.2254.6648.43
HexBF38B10477191323730
Octal2777026101077314626760
Binary10111111111000101100010100011111111001100110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF38B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF38B1; }

 p { color: rgb(191,56,177); }

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

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

 a { background-color: rgb(191,56,177); }

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

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

 span { border-color: rgb(191,56,177); }

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