#BD48B9

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

Shades of Fuchsia #BD48B9

Tints of Fuchsia #BD48B9

Color information

#BD48B9 (or 0xBD48B9) is unknown color: approx Fuchsia. HEX triplet: BD, 48 and B9. RGB value is (189,72,185). Sum of RGB (Red+Green+Blue) = 189+72+185=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48B9 is #42B746. Grayscale: #777777. Windows color (decimal): -4372295 or 12142781. OLE color: 12142781.

HSL color Cylindrical-coordinate representation of color #BD48B9: hue angle of 302.05º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD48B9 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18972185-
CMYK00.620.020.26
HSL302.05º46.99%51.18%-
HSV(B)302.05º61.9%74.12%-
XYZ32.0618.9647.87-
YUV119.86164.76177.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 72 (28.52% from 255) = 16.14%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=42.38%
G=16.14%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897218500.620.020.26302.0546.9951.18
HexBD48B903E21A12e2f33
Octal2751102710762324565763
Binary1011110110010001011100101111101011010100101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48B9; }

 p { color: rgb(189,72,185); }

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

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

 a { background-color: rgb(189,72,185); }

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

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

 span { border-color: rgb(189,72,185); }

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