#BD60BF

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

Shades of Fuchsia #BD60BF

Tints of Fuchsia #BD60BF

Color information

#BD60BF (or 0xBD60BF) is unknown color: approx Fuchsia. HEX triplet: BD, 60 and BF. RGB value is (189,96,191). Sum of RGB (Red+Green+Blue) = 189+96+191=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD60BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60BF is #429F40. Grayscale: #868686. Windows color (decimal): -4366145 or 12542141. OLE color: 12542141.

HSL color Cylindrical-coordinate representation of color #BD60BF: hue angle of 298.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD60BF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18996191-
CMYK0.010.5000.25
HSL298.74º42.6%56.27%-
HSV(B)298.74º49.74%74.9%-
XYZ34.5722.9551.9-
YUV134.64159.81166.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 191 (75% from 255) = 40.13%
R=39.71%
G=20.17%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189961910.010.5000.25298.7442.656.27
HexBD60BF13201912b2b38
Octal2751402771620314535370
Binary101111011100000101111111110010011001100101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD60BF; }

 p { color: rgb(189,96,191); }

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

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

 a { background-color: rgb(189,96,191); }

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

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

 span { border-color: rgb(189,96,191); }

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