#BF78BC

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

Shades of Fuchsia #BF78BC

Tints of Fuchsia #BF78BC

Color information

#BF78BC (or 0xBF78BC) is unknown color: approx Fuchsia. HEX triplet: BF, 78 and BC. RGB value is (191,120,188). Sum of RGB (Red+Green+Blue) = 191+120+188=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78BC is #408743. Grayscale: #949494. Windows color (decimal): -4228932 or 12351679. OLE color: 12351679.

HSL color Cylindrical-coordinate representation of color #BF78BC: hue angle of 302.54º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78BC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191120188-
CMYK00.370.020.25
HSL302.54º35.68%60.98%-
HSV(B)302.54º37.17%74.9%-
XYZ37.2828.1451.04-
YUV148.98150.02157.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=38.28%
G=24.05%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112018800.370.020.25302.5435.6860.98
HexBF78BC02521912f243d
Octal2771702740452314574475
Binary1011111111110001011110001001011011001100101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78BC; }

 p { color: rgb(191,120,188); }

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

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

 a { background-color: rgb(191,120,188); }

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

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

 span { border-color: rgb(191,120,188); }

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