#BF67B8

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

Shades of Fuchsia #BF67B8

Tints of Fuchsia #BF67B8

Color information

#BF67B8 (or 0xBF67B8) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and B8. RGB value is (191,103,184). Sum of RGB (Red+Green+Blue) = 191+103+184=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67B8 is #409847. Grayscale: #8A8A8A. Windows color (decimal): -4233288 or 12085183. OLE color: 12085183.

HSL color Cylindrical-coordinate representation of color #BF67B8: hue angle of 304.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF67B8 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191103184-
CMYK00.460.040.25
HSL304.77º40.74%57.65%-
HSV(B)304.77º46.07%74.9%-
XYZ34.9924.2448.18-
YUV138.55153.65165.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 184 (72.27% from 255) = 38.49%
R=39.96%
G=21.55%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110318400.460.040.25304.7740.7457.65
HexBF67B802E419131293a
Octal2771472700564314615172
Binary10111111110011110111000010111010011001100110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67B8; }

 p { color: rgb(191,103,184); }

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

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

 a { background-color: rgb(191,103,184); }

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

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

 span { border-color: rgb(191,103,184); }

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