#BF78BE

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

Shades of Fuchsia #BF78BE

Tints of Fuchsia #BF78BE

Color information

#BF78BE (or 0xBF78BE) is unknown color: approx Fuchsia. HEX triplet: BF, 78 and BE. RGB value is (191,120,190). Sum of RGB (Red+Green+Blue) = 191+120+190=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78BE is #408741. Grayscale: #959595. Windows color (decimal): -4228930 or 12482751. OLE color: 12482751.

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

Color convert

RGB191120190-
CMYK00.370.010.25
HSL300.85º35.68%60.98%-
HSV(B)300.85º37.17%74.9%-
XYZ37.528.2352.19-
YUV149.21151.02157.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=38.12%
G=23.95%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112019000.370.010.25300.8535.6860.98
HexBF78BE02511912d243d
Octal2771702760451314554475
Binary101111111111000101111100100101111001100101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78BE; }

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

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

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

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

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

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

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

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