#BD4CB2

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

Shades of Fuchsia #BD4CB2

Tints of Fuchsia #BD4CB2

Color information

#BD4CB2 (or 0xBD4CB2) is unknown color: approx Fuchsia. HEX triplet: BD, 4C and B2. RGB value is (189,76,178). Sum of RGB (Red+Green+Blue) = 189+76+178=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CB2 is #42B34D. Grayscale: #797979. Windows color (decimal): -4371278 or 11685053. OLE color: 11685053.

HSL color Cylindrical-coordinate representation of color #BD4CB2: hue angle of 305.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CB2 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18976178-
CMYK00.600.060.26
HSL305.84º46.12%51.96%-
HSV(B)305.84º59.79%74.12%-
XYZ31.6119.244.16-
YUV121.42159.94176.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 76 (30.08% from 255) = 17.16%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=42.66%
G=17.16%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897617800.600.060.26305.8446.1251.96
HexBD4CB203C61A1322e34
Octal2751142620746324625664
Binary10111101100110010110010011110011011010100110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4CB2; }

 p { color: rgb(189,76,178); }

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

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

 a { background-color: rgb(189,76,178); }

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

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

 span { border-color: rgb(189,76,178); }

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