#BD3CB7

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

Shades of Fuchsia #BD3CB7

Tints of Fuchsia #BD3CB7

Color information

#BD3CB7 (or 0xBD3CB7) is unknown color: approx Fuchsia. HEX triplet: BD, 3C and B7. RGB value is (189,60,183). Sum of RGB (Red+Green+Blue) = 189+60+183=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CB7 is #42C348. Grayscale: #707070. Windows color (decimal): -4375369 or 12008637. OLE color: 12008637.

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

Color convert

RGB18960183-
CMYK00.680.030.26
HSL302.79º51.81%48.82%-
HSV(B)302.79º68.25%74.12%-
XYZ31.1517.4746.53-
YUV112.59167.74182.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=43.75%
G=13.89%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896018300.680.030.26302.7951.8148.82
HexBD3CB704431A12f3431
Octal2757426701043324576461
Binary1011110111110010110111010001001111010100101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3CB7; }

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

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

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

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

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

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

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

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