Html Css Color HEX #BD29AF Fuchsia

📋 copy color: '#BD29AF'

red 189 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #BD29AF

Tints of Fuchsia #BD29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 46.67%
G = 10.12%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD29AF (or 0xBD29AF) is known color: Fuchsia. HEX triplet: BD, 29 and AF. RGB value is (189,41,175). Sum of RGB (Red+Green+Blue) = 189+41+175=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD29AF is #42D650. Grayscale: #646464. Windows color (decimal): -4380241 or 11479485. OLE color: 11479485.

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

Color convert

RGB 189 41 175 -
CMYK 0 0.78 0.07 0.26
HSL 305.68º 0.64% 0.45% -
HSV(B) 305.68º 0.78% 0.74% -
XYZ 29.52 15.5 41.99 -
YUV 100.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 189 41 175 0 0.78 0.07 0.26 305.68 0.64 0.45
Hex BD 29 AF 0 4E 7 1A 132 40 2D
Octal 275 51 257 0 116 7 32 462 100 55
Binary 10111101 101001 10101111 0 1001110 111 11010 100110010 1000000 101101

Color Harmonies of #BD29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29AF

Black with #BD29AF

Text Example


Text Example

White with #BD29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29AF; }

 p { color: rgb(189,41,175); }

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

background-color css

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

 a { background-color: rgb(189,41,175); }

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

border-color css

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

 span { border-color: rgb(189,41,175); }

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