#BD3CB5

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

Shades of Fuchsia #BD3CB5

Tints of Fuchsia #BD3CB5

Color information

#BD3CB5 (or 0xBD3CB5) is unknown color: approx Fuchsia. HEX triplet: BD, 3C and B5. RGB value is (189,60,181). Sum of RGB (Red+Green+Blue) = 189+60+181=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CB5 is #42C34A. Grayscale: #707070. Windows color (decimal): -4375371 or 11877565. OLE color: 11877565.

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

Color convert

RGB18960181-
CMYK00.680.040.26
HSL303.72º51.81%48.82%-
HSV(B)303.72º68.25%74.12%-
XYZ30.9417.3945.44-
YUV112.36166.74182.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=43.95%
G=13.95%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896018100.680.040.26303.7251.8148.82
HexBD3CB504441A1303431
Octal2757426501044324606461
Binary10111101111100101101010100010010011010100110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3CB5; }

 p { color: rgb(189,60,181); }

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

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

 a { background-color: rgb(189,60,181); }

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

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

 span { border-color: rgb(189,60,181); }

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