#BD36B7

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

Shades of Fuchsia #BD36B7

Tints of Fuchsia #BD36B7

Color information

#BD36B7 (or 0xBD36B7) is unknown color: approx Fuchsia. HEX triplet: BD, 36 and B7. RGB value is (189,54,183). Sum of RGB (Red+Green+Blue) = 189+54+183=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36B7 is #42C948. Grayscale: #6C6C6C. Windows color (decimal): -4376905 or 12007101. OLE color: 12007101.

HSL color Cylindrical-coordinate representation of color #BD36B7: hue angle of 302.67º degrees, saturation: 0.56, 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 #BD36B7 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18954183-
CMYK00.710.030.26
HSL302.67º55.56%47.65%-
HSV(B)302.67º71.43%74.12%-
XYZ30.8516.8846.43-
YUV109.07169.73185.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 183 (71.88% from 255) = 42.96%
R=44.37%
G=12.68%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895418300.710.030.26302.6755.5647.65
HexBD36B704731A12f3830
Octal2756626701073324577060
Binary1011110111011010110111010001111111010100101111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD36B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD36B7; }

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

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

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

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

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

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

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

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