#BF38BE

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

Shades of Fuchsia #BF38BE

Tints of Fuchsia #BF38BE

Color information

#BF38BE (or 0xBF38BE) is unknown color: approx Fuchsia. HEX triplet: BF, 38 and BE. RGB value is (191,56,190). Sum of RGB (Red+Green+Blue) = 191+56+190=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38BE is #40C741. Grayscale: #6F6F6F. Windows color (decimal): -4245314 or 12466367. OLE color: 12466367.

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

Color convert

RGB19156190-
CMYK00.710.010.25
HSL300.44º54.66%48.43%-
HSV(B)300.44º70.68%74.9%-
XYZ32.1917.6250.42-
YUV111.64172.23184.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=43.71%
G=12.81%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915619000.710.010.25300.4454.6648.43
HexBF38BE04711912c3730
Octal2777027601071314546760
Binary101111111110001011111001000111111001100101100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF38BE; }

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

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

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

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

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

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

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

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