#BD37C8

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

Shades of Fuchsia #BD37C8

Tints of Fuchsia #BD37C8

Color information

#BD37C8 (or 0xBD37C8) is unknown color: approx Fuchsia. HEX triplet: BD, 37 and C8. RGB value is (189,55,200). Sum of RGB (Red+Green+Blue) = 189+55+200=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD37C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37C8 is #42C837. Grayscale: #6F6F6F. Windows color (decimal): -4376632 or 13121469. OLE color: 13121469.

HSL color Cylindrical-coordinate representation of color #BD37C8: hue angle of 295.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD37C8 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18955200-
CMYK0.060.7200.22
HSL295.45º56.86%50%-
HSV(B)295.45º72.5%78.43%-
XYZ32.7817.7256.34-
YUV111.6177.89183.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 55 (21.88% from 255) = 12.39%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=42.57%
G=12.39%
B=45.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189552000.060.7200.22295.4556.8650
HexBD37C86480161273932
Octal2756731061100264477162
Binary10111101110111110010001101001000010110100100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD37C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD37C8; }

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

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

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

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

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

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

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

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