#BD36C7

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

Shades of Fuchsia #BD36C7

Tints of Fuchsia #BD36C7

Color information

#BD36C7 (or 0xBD36C7) is unknown color: approx Fuchsia. HEX triplet: BD, 36 and C7. RGB value is (189,54,199). Sum of RGB (Red+Green+Blue) = 189+54+199=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD36C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36C7 is #42C938. Grayscale: #6E6E6E. Windows color (decimal): -4376889 or 13055677. OLE color: 13055677.

HSL color Cylindrical-coordinate representation of color #BD36C7: hue angle of 295.86º 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 #BD36C7 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18954199-
CMYK0.050.7300.22
HSL295.86º57.31%49.61%-
HSV(B)295.86º72.86%78.04%-
XYZ32.6117.5855.71-
YUV110.89177.73183.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 54 (21.48% from 255) = 12.22%
BLUE value IS 199 (78.12% from 255) = 45.02%
R=42.76%
G=12.22%
B=45.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189541990.050.7300.22295.8657.3149.61
HexBD36C75490161283932
Octal2756630751110264507162
Binary10111101110110110001111011001001010110100101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD36C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD36C7; }

 p { color: rgb(189,54,199); }

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

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

 a { background-color: rgb(189,54,199); }

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

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

 span { border-color: rgb(189,54,199); }

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