Html Css Color HEX #BD4DAB Fuchsia

📋 copy color: '#BD4DAB'

red 189 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #BD4DAB

Tints of Fuchsia #BD4DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 43.25%
G = 17.62%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD4DAB (or 0xBD4DAB) is known color: Fuchsia. HEX triplet: BD, 4D and AB. RGB value is (189,77,171). Sum of RGB (Red+Green+Blue) = 189+77+171=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DAB is #42B254. Grayscale: #787878. Windows color (decimal): -4371029 or 11226557. OLE color: 11226557.

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

Color convert

RGB 189 77 171 -
CMYK 0 0.59 0.10 0.26
HSL 309.64º 0.46% 0.52% -
HSV(B) 309.64º 0.59% 0.74% -
XYZ 30.99 19.07 40.57 -
YUV 121.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 189 77 171 0 0.59 0.10 0.26 309.64 0.46 0.52
Hex BD 4D AB 0 3B A 1A 136 2E 34
Octal 275 115 253 0 73 12 32 466 56 64
Binary 10111101 1001101 10101011 0 111011 1010 11010 100110110 101110 110100

Color Harmonies of #BD4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DAB

Black with #BD4DAB

Text Example


Text Example

White with #BD4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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