#BD48BB

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

Shades of Fuchsia #BD48BB

Tints of Fuchsia #BD48BB

Color information

#BD48BB (or 0xBD48BB) is unknown color: approx Fuchsia. HEX triplet: BD, 48 and BB. RGB value is (189,72,187). Sum of RGB (Red+Green+Blue) = 189+72+187=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48BB is #42B744. Grayscale: #777777. Windows color (decimal): -4372293 or 12273853. OLE color: 12273853.

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

Color convert

RGB18972187-
CMYK00.620.010.26
HSL301.03º46.99%51.18%-
HSV(B)301.03º61.9%74.12%-
XYZ32.2719.0448.99-
YUV120.09165.76177.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 72 (28.52% from 255) = 16.07%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=42.19%
G=16.07%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897218700.620.010.26301.0346.9951.18
HexBD48BB03E11A12d2f33
Octal2751102730761324555763
Binary101111011001000101110110111110111010100101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48BB; }

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

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

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

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

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

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

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

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