Html Css Color HEX #BD38A9 Fuchsia

📋 copy color: '#BD38A9'

red 189 ◦ green 56 ◦ blue 169

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

Shades of Fuchsia #BD38A9

Tints of Fuchsia #BD38A9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.53%

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

R = 45.65%
G = 13.53%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD38A9 (or 0xBD38A9) is known color: Fuchsia. HEX triplet: BD, 38 and A9. RGB value is (189,56,169). Sum of RGB (Red+Green+Blue) = 189+56+169=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD38A9 is #42C756. Grayscale: #6C6C6C. Windows color (decimal): -4376407 or 11090109. OLE color: 11090109.

HSL color Cylindrical-coordinate representation of color #BD38A9: hue angle of 309.02º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD38A9 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 169 -
CMYK 0 0.70 0.11 0.26
HSL 309.02º 0.54% 0.48% -
HSV(B) 309.02º 0.7% 0.74% -
XYZ 29.56 16.51 39.17 -
YUV 108.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 189 56 169 0 0.70 0.11 0.26 309.02 0.54 0.48
Hex BD 38 A9 0 46 B 1A 135 36 30
Octal 275 70 251 0 106 13 32 465 66 60
Binary 10111101 111000 10101001 0 1000110 1011 11010 100110101 110110 110000

Color Harmonies of #BD38A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38A9

Black with #BD38A9

Text Example


Text Example

White with #BD38A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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