Html Css Color HEX #BD4CAD Fuchsia

📋 copy color: '#BD4CAD'

red 189 ◦ green 76 ◦ blue 173

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

Shades of Fuchsia #BD4CAD

Tints of Fuchsia #BD4CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 43.15%
G = 17.35%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD4CAD (or 0xBD4CAD) is known color: Fuchsia. HEX triplet: BD, 4C and AD. RGB value is (189,76,173). Sum of RGB (Red+Green+Blue) = 189+76+173=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CAD is #42B352. Grayscale: #787878. Windows color (decimal): -4371283 or 11357373. OLE color: 11357373.

HSL color Cylindrical-coordinate representation of color #BD4CAD: hue angle of 308.5º 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 #BD4CAD is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 173 -
CMYK 0 0.60 0.08 0.26
HSL 308.5º 0.46% 0.52% -
HSV(B) 308.5º 0.6% 0.74% -
XYZ 31.11 19 41.56 -
YUV 120.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 189 76 173 0 0.60 0.08 0.26 308.5 0.46 0.52
Hex BD 4C AD 0 3C 8 1A 134 2E 34
Octal 275 114 255 0 74 10 32 464 56 64
Binary 10111101 1001100 10101101 0 111100 1000 11010 100110100 101110 110100

Color Harmonies of #BD4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CAD

Black with #BD4CAD

Text Example


Text Example

White with #BD4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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