#BD4FB5

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

Shades of Fuchsia #BD4FB5

Tints of Fuchsia #BD4FB5

Color information

#BD4FB5 (or 0xBD4FB5) is unknown color: approx Fuchsia. HEX triplet: BD, 4F and B5. RGB value is (189,79,181). Sum of RGB (Red+Green+Blue) = 189+79+181=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FB5 is #42B04A. Grayscale: #7B7B7B. Windows color (decimal): -4370507 or 11882429. OLE color: 11882429.

HSL color Cylindrical-coordinate representation of color #BD4FB5: hue angle of 304.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4FB5 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18979181-
CMYK00.580.040.26
HSL304.36º45.45%52.55%-
HSV(B)304.36º58.2%74.12%-
XYZ32.1219.7545.83-
YUV123.52160.44174.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=42.09%
G=17.59%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897918100.580.040.26304.3645.4552.55
HexBD4FB503A41A1302d35
Octal2751172650724324605565
Binary10111101100111110110101011101010011010100110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4FB5; }

 p { color: rgb(189,79,181); }

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

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

 a { background-color: rgb(189,79,181); }

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

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

 span { border-color: rgb(189,79,181); }

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