#BF38C9

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

Shades of Fuchsia #BF38C9

Tints of Fuchsia #BF38C9

Color information

#BF38C9 (or 0xBF38C9) is unknown color: approx Fuchsia. HEX triplet: BF, 38 and C9. RGB value is (191,56,201). Sum of RGB (Red+Green+Blue) = 191+56+201=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38C9 is #40C736. Grayscale: #707070. Windows color (decimal): -4245303 or 13187263. OLE color: 13187263.

HSL color Cylindrical-coordinate representation of color #BF38C9: hue angle of 295.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF38C9 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19156201-
CMYK0.050.7200.21
HSL295.86º57.31%50.39%-
HSV(B)295.86º72.14%78.82%-
XYZ33.4418.1256.99-
YUV112.9177.73183.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 56 (22.27% from 255) = 12.5%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=42.63%
G=12.5%
B=44.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191562010.050.7200.21295.8657.3150.39
HexBF38C95480151283932
Octal2777031151100254507162
Binary10111111111000110010011011001000010101100101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF38C9; }

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

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

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

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

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

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

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

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