#BD76C4

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

Shades of Fuchsia #BD76C4

Tints of Fuchsia #BD76C4

Color information

#BD76C4 (or 0xBD76C4) is unknown color: approx Fuchsia. HEX triplet: BD, 76 and C4. RGB value is (189,118,196). Sum of RGB (Red+Green+Blue) = 189+118+196=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76C4 is #42893B. Grayscale: #939393. Windows color (decimal): -4360508 or 12875453. OLE color: 12875453.

HSL color Cylindrical-coordinate representation of color #BD76C4: hue angle of 294.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD76C4 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189118196-
CMYK0.040.4000.23
HSL294.62º39.8%61.57%-
HSV(B)294.62º39.8%76.86%-
XYZ37.4327.7655.61-
YUV148.12155.02157.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=37.57%
G=23.46%
B=38.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891181960.040.4000.23294.6239.861.57
HexBD76C4428017127283e
Octal2751663044500274475076
Binary10111101111011011000100100101000010111100100111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76C4; }

 p { color: rgb(189,118,196); }

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

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

 a { background-color: rgb(189,118,196); }

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

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

 span { border-color: rgb(189,118,196); }

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