Html Css Color HEX #BD43AC Fuchsia

📋 copy color: '#BD43AC'

red 189 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #BD43AC

Tints of Fuchsia #BD43AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.65%

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

R = 44.16%
G = 15.65%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD43AC (or 0xBD43AC) is known color: Fuchsia. HEX triplet: BD, 43 and AC. RGB value is (189,67,172). Sum of RGB (Red+Green+Blue) = 189+67+172=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD43AC is #42BC53. Grayscale: #737373. Windows color (decimal): -4373588 or 11289533. OLE color: 11289533.

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

Color convert

RGB 189 67 172 -
CMYK 0 0.65 0.09 0.26
HSL 308.36º 0.48% 0.5% -
HSV(B) 308.36º 0.65% 0.74% -
XYZ 30.44 17.81 40.86 -
YUV 115.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 189 67 172 0 0.65 0.09 0.26 308.36 0.48 0.5
Hex BD 43 AC 0 41 9 1A 134 30 32
Octal 275 103 254 0 101 11 32 464 60 62
Binary 10111101 1000011 10101100 0 1000001 1001 11010 100110100 110000 110010

Color Harmonies of #BD43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43AC

Black with #BD43AC

Text Example


Text Example

White with #BD43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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