#BD61B1

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

Shades of Fuchsia #BD61B1

Tints of Fuchsia #BD61B1

Color information

#BD61B1 (or 0xBD61B1) is unknown color: approx Fuchsia. HEX triplet: BD, 61 and B1. RGB value is (189,97,177). Sum of RGB (Red+Green+Blue) = 189+97+177=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD61B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD61B1 is #429E4E. Grayscale: #858585. Windows color (decimal): -4365903 or 11624893. OLE color: 11624893.

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

Color convert

RGB18997177-
CMYK00.490.060.26
HSL307.83º41.07%56.08%-
HSV(B)307.83º48.68%74.12%-
XYZ33.222.5444.2-
YUV133.63152.48167.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=40.82%
G=20.95%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899717700.490.060.26307.8341.0756.08
HexBD61B103161A1342938
Octal2751412610616324645170
Binary10111101110000110110001011000111011010100110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD61B1; }

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

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

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

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

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

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

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

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