Html Css Color HEX #BD4FAC Fuchsia

📋 copy color: '#BD4FAC'

red 189 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #BD4FAC

Tints of Fuchsia #BD4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

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

R = 42.95%
G = 17.95%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD4FAC (or 0xBD4FAC) is known color: Fuchsia. HEX triplet: BD, 4F and AC. RGB value is (189,79,172). Sum of RGB (Red+Green+Blue) = 189+79+172=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4FAC is #42B053. Grayscale: #7A7A7A. Windows color (decimal): -4370516 or 11292605. OLE color: 11292605.

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

Color convert

RGB 189 79 172 -
CMYK 0 0.58 0.09 0.26
HSL 309.27º 0.45% 0.53% -
HSV(B) 309.27º 0.58% 0.74% -
XYZ 31.23 19.39 41.13 -
YUV 122.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 189 79 172 0 0.58 0.09 0.26 309.27 0.45 0.53
Hex BD 4F AC 0 3A 9 1A 135 2D 35
Octal 275 117 254 0 72 11 32 465 55 65
Binary 10111101 1001111 10101100 0 111010 1001 11010 100110101 101101 110101

Color Harmonies of #BD4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FAC

Black with #BD4FAC

Text Example


Text Example

White with #BD4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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