Html Css Color HEX #BD3FA9 Fuchsia

📋 copy color: '#BD3FA9'

red 189 ◦ green 63 ◦ blue 169

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

Shades of Fuchsia #BD3FA9

Tints of Fuchsia #BD3FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 14.96%

 BLUE value IS 169 (66.41% from 255) = 40.14%

R = 44.89%
G = 14.96%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD3FA9 (or 0xBD3FA9) is known color: Fuchsia. HEX triplet: BD, 3F and A9. RGB value is (189,63,169). Sum of RGB (Red+Green+Blue) = 189+63+169=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FA9 is #42C056. Grayscale: #707070. Windows color (decimal): -4374615 or 11091901. OLE color: 11091901.

HSL color Cylindrical-coordinate representation of color #BD3FA9: hue angle of 309.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FA9 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 169 -
CMYK 0 0.67 0.11 0.26
HSL 309.52º 0.5% 0.49% -
HSV(B) 309.52º 0.67% 0.74% -
XYZ 29.93 17.24 39.29 -
YUV 112.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 189 63 169 0 0.67 0.11 0.26 309.52 0.5 0.49
Hex BD 3F A9 0 43 B 1A 136 32 31
Octal 275 77 251 0 103 13 32 466 62 61
Binary 10111101 111111 10101001 0 1000011 1011 11010 100110110 110010 110001

Color Harmonies of #BD3FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FA9

Black with #BD3FA9

Text Example


Text Example

White with #BD3FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FA9; }

 p { color: rgb(189,63,169); }

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

background-color css

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

 a { background-color: rgb(189,63,169); }

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

border-color css

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

 span { border-color: rgb(189,63,169); }

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