#bf38b3

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

Shades of Fuchsia #BF38B3

Tints of Fuchsia #BF38B3

Color information

#BF38B3 (or 0xBF38B3) is unknown color: approx Fuchsia. HEX triplet: BF, 38 and B3. RGB value is (191,56,179). Sum of RGB (Red+Green+Blue) = 191+56+179=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38B3 is #40C74C. Grayscale: #6E6E6E. Windows color (decimal): -4245325 or 11745471. OLE color: 11745471.

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

Color convert

RGB19156179-
CMYK00.710.060.25
HSL305.33º54.66%48.43%-
HSV(B)305.33º70.68%74.9%-
XYZ31.0417.1644.32-
YUV110.39166.73185.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 179 (70.31% from 255) = 42.02%
R=44.84%
G=13.15%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915617900.710.060.25305.3354.6648.43
HexBF38B30476191313730
Octal2777026301076314616760
Binary10111111111000101100110100011111011001100110001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf38b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf38b3; }

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

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

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

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

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

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

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

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