#BD37B1

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

Shades of Fuchsia #BD37B1

Tints of Fuchsia #BD37B1

Color information

#BD37B1 (or 0xBD37B1) is unknown color: approx Fuchsia. HEX triplet: BD, 37 and B1. RGB value is (189,55,177). Sum of RGB (Red+Green+Blue) = 189+55+177=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37B1 is #42C84E. Grayscale: #6C6C6C. Windows color (decimal): -4376655 or 11614141. OLE color: 11614141.

HSL color Cylindrical-coordinate representation of color #BD37B1: hue angle of 305.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD37B1 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18955177-
CMYK00.710.060.26
HSL305.37º54.92%47.84%-
HSV(B)305.37º70.9%74.12%-
XYZ30.2916.7343.23-
YUV108.97166.39185.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 55 (21.88% from 255) = 13.06%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=44.89%
G=13.06%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895517700.710.060.26305.3754.9247.84
HexBD37B104761A1313730
Octal2756726101076324616760
Binary10111101110111101100010100011111011010100110001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD37B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD37B1; }

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

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

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

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

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

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

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

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