Html Css Color HEX #BD4DAE Fuchsia

📋 copy color: '#BD4DAE'

red 189 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #BD4DAE

Tints of Fuchsia #BD4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 42.95%
G = 17.5%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD4DAE (or 0xBD4DAE) is known color: Fuchsia. HEX triplet: BD, 4D and AE. RGB value is (189,77,174). Sum of RGB (Red+Green+Blue) = 189+77+174=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DAE is #42B251. Grayscale: #797979. Windows color (decimal): -4371026 or 11423165. OLE color: 11423165.

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

Color convert

RGB 189 77 174 -
CMYK 0 0.59 0.08 0.26
HSL 308.04º 0.46% 0.52% -
HSV(B) 308.04º 0.59% 0.74% -
XYZ 31.28 19.18 42.1 -
YUV 121.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 189 77 174 0 0.59 0.08 0.26 308.04 0.46 0.52
Hex BD 4D AE 0 3B 8 1A 134 2E 34
Octal 275 115 256 0 73 10 32 464 56 64
Binary 10111101 1001101 10101110 0 111011 1000 11010 100110100 101110 110100

Color Harmonies of #BD4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DAE

Black with #BD4DAE

Text Example


Text Example

White with #BD4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DAE; }

 p { color: rgb(189,77,174); }

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

background-color css

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

 a { background-color: rgb(189,77,174); }

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

border-color css

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

 span { border-color: rgb(189,77,174); }

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