#BD4BB0

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

Shades of Fuchsia #BD4BB0

Tints of Fuchsia #BD4BB0

Color information

#BD4BB0 (or 0xBD4BB0) is unknown color: approx Fuchsia. HEX triplet: BD, 4B and B0. RGB value is (189,75,176). Sum of RGB (Red+Green+Blue) = 189+75+176=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BB0 is #42B44F. Grayscale: #787878. Windows color (decimal): -4371536 or 11553725. OLE color: 11553725.

HSL color Cylindrical-coordinate representation of color #BD4BB0: hue angle of 306.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4BB0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB18975176-
CMYK00.600.070.26
HSL306.84º46.34%51.76%-
HSV(B)306.84º60.32%74.12%-
XYZ31.3418.9943.09-
YUV120.6159.27176.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 176 (69.14% from 255) = 40%
R=42.95%
G=17.05%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897517600.600.070.26306.8446.3451.76
HexBD4BB003C71A1332e34
Octal2751132600747324635664
Binary10111101100101110110000011110011111010100110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BB0; }

 p { color: rgb(189,75,176); }

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

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

 a { background-color: rgb(189,75,176); }

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

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

 span { border-color: rgb(189,75,176); }

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