#BD4BB1

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

Shades of Fuchsia #BD4BB1

Tints of Fuchsia #BD4BB1

Color information

#BD4BB1 (or 0xBD4BB1) is unknown color: approx Fuchsia. HEX triplet: BD, 4B and B1. RGB value is (189,75,177). Sum of RGB (Red+Green+Blue) = 189+75+177=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BB1 is #42B44E. Grayscale: #787878. Windows color (decimal): -4371535 or 11619261. OLE color: 11619261.

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

Color convert

RGB18975177-
CMYK00.600.060.26
HSL306.32º46.34%51.76%-
HSV(B)306.32º60.32%74.12%-
XYZ31.4419.0343.61-
YUV120.71159.77176.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=42.86%
G=17.01%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897517700.600.060.26306.3246.3451.76
HexBD4BB103C61A1322e34
Octal2751132610746324625664
Binary10111101100101110110001011110011011010100110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BB1; }

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

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

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

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

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

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

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

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