#BF38B0

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

Shades of Fuchsia #BF38B0

Tints of Fuchsia #BF38B0

Color information

#BF38B0 (or 0xBF38B0) is unknown color: approx Fuchsia. HEX triplet: BF, 38 and B0. RGB value is (191,56,176). Sum of RGB (Red+Green+Blue) = 191+56+176=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF38B0 is #40C74F. Grayscale: #6D6D6D. Windows color (decimal): -4245328 or 11548863. OLE color: 11548863.

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

Color convert

RGB19156176-
CMYK00.710.080.25
HSL306.67º54.66%48.43%-
HSV(B)306.67º70.68%74.9%-
XYZ30.7417.0442.74-
YUV110.04165.23185.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=45.15%
G=13.24%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915617600.710.080.25306.6754.6648.43
HexBF38B00478191333730
Octal27770260010710314636760
Binary101111111110001011000001000111100011001100110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF38B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF38B0; }

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

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

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

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

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

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

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

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