#BD74BA

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

Shades of Fuchsia #BD74BA

Tints of Fuchsia #BD74BA

Color information

#BD74BA (or 0xBD74BA) is unknown color: approx Fuchsia. HEX triplet: BD, 74 and BA. RGB value is (189,116,186). Sum of RGB (Red+Green+Blue) = 189+116+186=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74BA is #428B45. Grayscale: #919191. Windows color (decimal): -4361030 or 12219581. OLE color: 12219581.

HSL color Cylindrical-coordinate representation of color #BD74BA: hue angle of 302.47º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD74BA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189116186-
CMYK00.390.020.26
HSL302.47º35.61%59.8%-
HSV(B)302.47º38.62%74.12%-
XYZ36.0926.8549.74-
YUV145.81150.68158.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=38.49%
G=23.63%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911618600.390.020.26302.4735.6159.8
HexBD74BA02721A12e243c
Octal2751642720472324564474
Binary1011110111101001011101001001111011010100101110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD74BA; }

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

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

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

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

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

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

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

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