Html Css Color HEX #BD4AC2 Fuchsia

📋 copy color: '#BD4AC2'

red 189 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #BD4AC2

Tints of Fuchsia #BD4AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 41.36%
G = 16.19%
B = 42.45%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD4AC2 (or 0xBD4AC2) is known color: Fuchsia. HEX triplet: BD, 4A and C2. RGB value is (189,74,194). Sum of RGB (Red+Green+Blue) = 189+74+194=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4AC2 is #42B53D. Grayscale: #797979. Windows color (decimal): -4371774 or 12733117. OLE color: 12733117.

HSL color Cylindrical-coordinate representation of color #BD4AC2: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4AC2 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 74 194 -
CMYK 0.03 0.62 0 0.24
HSL 297.5º 0.5% 0.53% -
HSV(B) 297.5º 0.62% 0.76% -
XYZ 33.17 19.61 53.08 -
YUV 122.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 189 74 194 0.03 0.62 0 0.24 297.5 0.5 0.53
Hex BD 4A C2 3 3E 0 18 12A 32 35
Octal 275 112 302 3 76 0 30 452 62 65
Binary 10111101 1001010 11000010 11 111110 0 11000 100101010 110010 110101

Color Harmonies of #BD4AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4AC2

Black with #BD4AC2

Text Example


Text Example

White with #BD4AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4AC2; }

 p { color: rgb(189,74,194); }

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

background-color css

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

 a { background-color: rgb(189,74,194); }

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

border-color css

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

 span { border-color: rgb(189,74,194); }

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