Html Css Color HEX #BD4EAC Fuchsia

📋 copy color: '#BD4EAC'

red 189 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #BD4EAC

Tints of Fuchsia #BD4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.77%

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

R = 43.05%
G = 17.77%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD4EAC (or 0xBD4EAC) is known color: Fuchsia. HEX triplet: BD, 4E and AC. RGB value is (189,78,172). Sum of RGB (Red+Green+Blue) = 189+78+172=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EAC is #42B153. Grayscale: #797979. Windows color (decimal): -4370772 or 11292349. OLE color: 11292349.

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

Color convert

RGB 189 78 172 -
CMYK 0 0.59 0.09 0.26
HSL 309.19º 0.46% 0.52% -
HSV(B) 309.19º 0.59% 0.74% -
XYZ 31.16 19.25 41.1 -
YUV 121.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 189 78 172 0 0.59 0.09 0.26 309.19 0.46 0.52
Hex BD 4E AC 0 3B 9 1A 135 2E 34
Octal 275 116 254 0 73 11 32 465 56 64
Binary 10111101 1001110 10101100 0 111011 1001 11010 100110101 101110 110100

Color Harmonies of #BD4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EAC

Black with #BD4EAC

Text Example


Text Example

White with #BD4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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