Html Css Color HEX #BD4CAC Fuchsia

📋 copy color: '#BD4CAC'

red 189 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #BD4CAC

Tints of Fuchsia #BD4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

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

R = 43.25%
G = 17.39%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD4CAC (or 0xBD4CAC) is known color: Fuchsia. HEX triplet: BD, 4C and AC. RGB value is (189,76,172). Sum of RGB (Red+Green+Blue) = 189+76+172=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CAC is #42B353. Grayscale: #787878. Windows color (decimal): -4371284 or 11291837. OLE color: 11291837.

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

Color convert

RGB 189 76 172 -
CMYK 0 0.60 0.09 0.26
HSL 309.03º 0.46% 0.52% -
HSV(B) 309.03º 0.6% 0.74% -
XYZ 31.02 18.97 41.06 -
YUV 120.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 189 76 172 0 0.60 0.09 0.26 309.03 0.46 0.52
Hex BD 4C AC 0 3C 9 1A 135 2E 34
Octal 275 114 254 0 74 11 32 465 56 64
Binary 10111101 1001100 10101100 0 111100 1001 11010 100110101 101110 110100

Color Harmonies of #BD4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CAC

Black with #BD4CAC

Text Example


Text Example

White with #BD4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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