Html Css Color HEX #BD44AC Fuchsia

📋 copy color: '#BD44AC'

red 189 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #BD44AC

Tints of Fuchsia #BD44AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 44.06%
G = 15.85%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD44AC (or 0xBD44AC) is known color: Fuchsia. HEX triplet: BD, 44 and AC. RGB value is (189,68,172). Sum of RGB (Red+Green+Blue) = 189+68+172=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44AC is #42BB53. Grayscale: #737373. Windows color (decimal): -4373332 or 11289789. OLE color: 11289789.

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

Color convert

RGB 189 68 172 -
CMYK 0 0.64 0.09 0.26
HSL 308.43º 0.48% 0.5% -
HSV(B) 308.43º 0.64% 0.74% -
XYZ 30.5 17.93 40.88 -
YUV 116.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 189 68 172 0 0.64 0.09 0.26 308.43 0.48 0.5
Hex BD 44 AC 0 40 9 1A 134 30 32
Octal 275 104 254 0 100 11 32 464 60 62
Binary 10111101 1000100 10101100 0 1000000 1001 11010 100110100 110000 110010

Color Harmonies of #BD44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44AC

Black with #BD44AC

Text Example


Text Example

White with #BD44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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