#BF6CB5

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

Shades of Fuchsia #BF6CB5

Tints of Fuchsia #BF6CB5

Color information

#BF6CB5 (or 0xBF6CB5) is unknown color: approx Fuchsia. HEX triplet: BF, 6C and B5. RGB value is (191,108,181). Sum of RGB (Red+Green+Blue) = 191+108+181=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CB5 is #40934A. Grayscale: #8C8C8C. Windows color (decimal): -4232011 or 11889855. OLE color: 11889855.

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

Color convert

RGB191108181-
CMYK00.430.050.25
HSL307.23º39.34%58.63%-
HSV(B)307.23º43.46%74.9%-
XYZ35.1925.1446.71-
YUV141.14150.5163.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=39.79%
G=22.5%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110818100.430.050.25307.2339.3458.63
HexBF6CB502B519133273b
Octal2771542650535314634773
Binary10111111110110010110101010101110111001100110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CB5; }

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

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

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

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

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

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

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

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