#bd31c6

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

Shades of Fuchsia #BD31C6

Tints of Fuchsia #BD31C6

Color information

#BD31C6 (or 0xBD31C6) is unknown color: approx Fuchsia. HEX triplet: BD, 31 and C6. RGB value is (189,49,198). Sum of RGB (Red+Green+Blue) = 189+49+198=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31C6 is #42CE39. Grayscale: #6B6B6B. Windows color (decimal): -4378170 or 12988861. OLE color: 12988861.

HSL color Cylindrical-coordinate representation of color #BD31C6: hue angle of 296.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD31C6 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18949198-
CMYK0.050.7500.22
HSL296.38º60.32%48.43%-
HSV(B)296.38º75.25%77.65%-
XYZ32.2817.0955.02-
YUV107.85178.88185.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 49 (19.53% from 255) = 11.24%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=43.35%
G=11.24%
B=45.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189491980.050.7500.22296.3860.3248.43
HexBD31C654B0161283c30
Octal2756130651130264507460
Binary10111101110001110001101011001011010110100101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd31c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd31c6; }

 p { color: rgb(189,49,198); }

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

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

 a { background-color: rgb(189,49,198); }

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

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

 span { border-color: rgb(189,49,198); }

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