#BD4BAF

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

Shades of Fuchsia #BD4BAF

Tints of Fuchsia #BD4BAF

Color information

#BD4BAF (or 0xBD4BAF) is unknown color: approx Fuchsia. HEX triplet: BD, 4B and AF. RGB value is (189,75,175). Sum of RGB (Red+Green+Blue) = 189+75+175=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BAF is #42B450. Grayscale: #787878. Windows color (decimal): -4371537 or 11488189. OLE color: 11488189.

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

Color convert

RGB18975175-
CMYK00.600.070.26
HSL307.37º46.34%51.76%-
HSV(B)307.37º60.32%74.12%-
XYZ31.2418.9542.57-
YUV120.49158.77176.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=43.05%
G=17.08%
B=39.86%

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
Decimal1897517500.600.070.26307.3746.3451.76
HexBD4BAF03C71A1332e34
Octal2751132570747324635664
Binary10111101100101110101111011110011111010100110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BAF; }

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

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

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

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

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

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

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

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