#BD74C5

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

Shades of Fuchsia #BD74C5

Tints of Fuchsia #BD74C5

Color information

#BD74C5 (or 0xBD74C5) is unknown color: approx Fuchsia. HEX triplet: BD, 74 and C5. RGB value is (189,116,197). Sum of RGB (Red+Green+Blue) = 189+116+197=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74C5 is #428B3A. Grayscale: #929292. Windows color (decimal): -4361019 or 12940477. OLE color: 12940477.

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

Color convert

RGB189116197-
CMYK0.040.4100.23
HSL294.07º41.12%61.37%-
HSV(B)294.07º41.12%77.25%-
XYZ37.3127.3456.13-
YUV147.06156.18157.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=37.65%
G=23.11%
B=39.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891161970.040.4100.23294.0741.1261.37
HexBD74C5429017126293d
Octal2751643054510274465175
Binary10111101111010011000101100101001010111100100110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD74C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD74C5; }

 p { color: rgb(189,116,197); }

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

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

 a { background-color: rgb(189,116,197); }

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

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

 span { border-color: rgb(189,116,197); }

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