#BF38B2

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

Shades of Fuchsia #BF38B2

Tints of Fuchsia #BF38B2

Color information

#BF38B2 (or 0xBF38B2) is unknown color: approx Fuchsia. HEX triplet: BF, 38 and B2. RGB value is (191,56,178). Sum of RGB (Red+Green+Blue) = 191+56+178=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF38B2 is #40C74D. Grayscale: #6D6D6D. Windows color (decimal): -4245326 or 11679935. OLE color: 11679935.

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

Color convert

RGB19156178-
CMYK00.710.070.25
HSL305.78º54.66%48.43%-
HSV(B)305.78º70.68%74.9%-
XYZ30.9417.1243.79-
YUV110.27166.23185.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 56 (22.27% from 255) = 13.18%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=44.94%
G=13.18%
B=41.88%

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
Decimal1915617800.710.070.25305.7854.6648.43
HexBF38B20477191323730
Octal2777026201077314626760
Binary10111111111000101100100100011111111001100110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF38B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF38B2; }

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

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

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

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

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

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

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

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