Html Css Color HEX #BD59AC Fuchsia

📋 copy color: '#BD59AC'

red 189 ◦ green 89 ◦ blue 172

#BD59AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BD59AC

Tints of Fuchsia #BD59AC

RGB

 RED value IS 189 (74.22% from 255) = 42%

 GREEN value IS 89 (35.16% from 255) = 19.78%

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 42%
G = 19.78%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD59AC (or 0xBD59AC) is known color: Fuchsia. HEX triplet: BD, 59 and AC. RGB value is (189,89,172). Sum of RGB (Red+Green+Blue) = 189+89+172=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD59AC is #42A653. Grayscale: #808080. Windows color (decimal): -4367956 or 11295165. OLE color: 11295165.

HSL color Cylindrical-coordinate representation of color #BD59AC: hue angle of 310.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD59AC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 89 172 -
CMYK 0 0.53 0.09 0.26
HSL 310.2º 0.43% 0.55% -
HSV(B) 310.2º 0.53% 0.74% -
XYZ 32.01 20.94 41.39 -
YUV 128.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 189 89 172 0 0.53 0.09 0.26 310.2 0.43 0.55
Hex BD 59 AC 0 35 9 1A 136 2B 37
Octal 275 131 254 0 65 11 32 466 53 67
Binary 10111101 1011001 10101100 0 110101 1001 11010 100110110 101011 110111

Color Harmonies of #BD59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59AC

Black with #BD59AC

Text Example


Text Example

White with #BD59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59AC; }

 p { color: rgb(189,89,172); }

 H1.HeaderClassName
 {
   color: #BD59AC;
 }
 .AnyTagClassName
 {
   color: #BD59AC;
 }
</style>

background-color css

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

 a { background-color: rgb(189,89,172); }

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

border-color css

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

 span { border-color: rgb(189,89,172); }

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