#BD4BA7

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

Shades of Fuchsia #BD4BA7

Tints of Fuchsia #BD4BA7

Color information

#BD4BA7 (or 0xBD4BA7) is unknown color: approx Fuchsia. HEX triplet: BD, 4B and A7. RGB value is (189,75,167). Sum of RGB (Red+Green+Blue) = 189+75+167=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BA7 is #42B458. Grayscale: #777777. Windows color (decimal): -4371545 or 10963901. OLE color: 10963901.

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

Color convert

RGB18975167-
CMYK00.600.120.26
HSL311.58º46.34%51.76%-
HSV(B)311.58º60.32%74.12%-
XYZ30.4818.6438.55-
YUV119.57154.77177.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 167 (65.62% from 255) = 38.75%
R=43.85%
G=17.40%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897516700.600.120.26311.5846.3451.76
HexBD4BA703CC1A1382e34
Octal27511324707414324705664
Binary101111011001011101001110111100110011010100111000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BA7; }

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

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

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

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

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

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

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

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