#BD4BB2

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

Shades of Fuchsia #BD4BB2

Tints of Fuchsia #BD4BB2

Color information

#BD4BB2 (or 0xBD4BB2) is unknown color: approx Fuchsia. HEX triplet: BD, 4B and B2. RGB value is (189,75,178). Sum of RGB (Red+Green+Blue) = 189+75+178=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BB2 is #42B44D. Grayscale: #787878. Windows color (decimal): -4371534 or 11684797. OLE color: 11684797.

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

Color convert

RGB18975178-
CMYK00.600.060.26
HSL305.79º46.34%51.76%-
HSV(B)305.79º60.32%74.12%-
XYZ31.5419.0744.14-
YUV120.83160.27176.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=42.76%
G=16.97%
B=40.27%

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
Decimal1897517800.600.060.26305.7946.3451.76
HexBD4BB203C61A1322e34
Octal2751132620746324625664
Binary10111101100101110110010011110011011010100110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BB2; }

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

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

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

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

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

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

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

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