Html Css Color HEX #BD4AC3 Fuchsia

📋 copy color: '#BD4AC3'

red 189 ◦ green 74 ◦ blue 195

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

Shades of Fuchsia #BD4AC3

Tints of Fuchsia #BD4AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 41.27%
G = 16.16%
B = 42.58%

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

#BD4AC3 (or 0xBD4AC3) is known color: Fuchsia. HEX triplet: BD, 4A and C3. RGB value is (189,74,195). Sum of RGB (Red+Green+Blue) = 189+74+195=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD4AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4AC3 is #42B53C. Grayscale: #797979. Windows color (decimal): -4371773 or 12798653. OLE color: 12798653.

HSL color Cylindrical-coordinate representation of color #BD4AC3: hue angle of 297.02º 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 #BD4AC3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 74 195 -
CMYK 0.03 0.62 0 0.24
HSL 297.02º 0.5% 0.53% -
HSV(B) 297.02º 0.62% 0.76% -
XYZ 33.29 19.66 53.67 -
YUV 122.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 189 74 195 0.03 0.62 0 0.24 297.02 0.5 0.53
Hex BD 4A C3 3 3E 0 18 129 32 35
Octal 275 112 303 3 76 0 30 451 62 65
Binary 10111101 1001010 11000011 11 111110 0 11000 100101001 110010 110101

Color Harmonies of #BD4AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4AC3

Black with #BD4AC3

Text Example


Text Example

White with #BD4AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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