Html Css Color HEX #BD4FAB Fuchsia

📋 copy color: '#BD4FAB'

red 189 ◦ green 79 ◦ blue 171

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

Shades of Fuchsia #BD4FAB

Tints of Fuchsia #BD4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

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

R = 43.05%
G = 18%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD4FAB (or 0xBD4FAB) is known color: Fuchsia. HEX triplet: BD, 4F and AB. RGB value is (189,79,171). Sum of RGB (Red+Green+Blue) = 189+79+171=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4FAB is #42B054. Grayscale: #7A7A7A. Windows color (decimal): -4370517 or 11227069. OLE color: 11227069.

HSL color Cylindrical-coordinate representation of color #BD4FAB: hue angle of 309.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4FAB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 171 -
CMYK 0 0.58 0.10 0.26
HSL 309.82º 0.45% 0.53% -
HSV(B) 309.82º 0.58% 0.74% -
XYZ 31.13 19.35 40.62 -
YUV 122.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 189 79 171 0 0.58 0.10 0.26 309.82 0.45 0.53
Hex BD 4F AB 0 3A A 1A 136 2D 35
Octal 275 117 253 0 72 12 32 466 55 65
Binary 10111101 1001111 10101011 0 111010 1010 11010 100110110 101101 110101

Color Harmonies of #BD4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FAB

Black with #BD4FAB

Text Example


Text Example

White with #BD4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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