#BD4FB7

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

Shades of Fuchsia #BD4FB7

Tints of Fuchsia #BD4FB7

Color information

#BD4FB7 (or 0xBD4FB7) is unknown color: approx Fuchsia. HEX triplet: BD, 4F and B7. RGB value is (189,79,183). Sum of RGB (Red+Green+Blue) = 189+79+183=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FB7 is #42B048. Grayscale: #7B7B7B. Windows color (decimal): -4370505 or 12013501. OLE color: 12013501.

HSL color Cylindrical-coordinate representation of color #BD4FB7: hue angle of 303.27º 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 #BD4FB7 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18979183-
CMYK00.580.030.26
HSL303.27º45.45%52.55%-
HSV(B)303.27º58.2%74.12%-
XYZ32.3319.8346.92-
YUV123.75161.44174.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 183 (71.88% from 255) = 40.58%
R=41.91%
G=17.52%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897918300.580.030.26303.2745.4552.55
HexBD4FB703A31A12f2d35
Octal2751172670723324575565
Binary1011110110011111011011101110101111010100101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4FB7; }

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

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

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

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

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

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

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

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