#BF6CB8

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

Shades of Fuchsia #BF6CB8

Tints of Fuchsia #BF6CB8

Color information

#BF6CB8 (or 0xBF6CB8) is unknown color: approx Fuchsia. HEX triplet: BF, 6C and B8. RGB value is (191,108,184). Sum of RGB (Red+Green+Blue) = 191+108+184=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CB8 is #409347. Grayscale: #8D8D8D. Windows color (decimal): -4232008 or 12086463. OLE color: 12086463.

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

Color convert

RGB191108184-
CMYK00.430.040.25
HSL305.06º39.34%58.63%-
HSV(B)305.06º43.46%74.9%-
XYZ35.525.2648.35-
YUV141.48152163.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=39.54%
G=22.36%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110818400.430.040.25305.0639.3458.63
HexBF6CB802B419131273b
Octal2771542700534314614773
Binary10111111110110010111000010101110011001100110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CB8; }

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

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

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

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

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

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

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

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