Html Css Color HEX #BD43AF Fuchsia

📋 copy color: '#BD43AF'

red 189 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #BD43AF

Tints of Fuchsia #BD43AF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

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

R = 43.85%
G = 15.55%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD43AF (or 0xBD43AF) is known color: Fuchsia. HEX triplet: BD, 43 and AF. RGB value is (189,67,175). Sum of RGB (Red+Green+Blue) = 189+67+175=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD43AF is #42BC50. Grayscale: #737373. Windows color (decimal): -4373585 or 11486141. OLE color: 11486141.

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

Color convert

RGB 189 67 175 -
CMYK 0 0.65 0.07 0.26
HSL 306.89º 0.48% 0.5% -
HSV(B) 306.89º 0.65% 0.74% -
XYZ 30.73 17.93 42.4 -
YUV 115.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 189 67 175 0 0.65 0.07 0.26 306.89 0.48 0.5
Hex BD 43 AF 0 41 7 1A 133 30 32
Octal 275 103 257 0 101 7 32 463 60 62
Binary 10111101 1000011 10101111 0 1000001 111 11010 100110011 110000 110010

Color Harmonies of #BD43AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43AF

Black with #BD43AF

Text Example


Text Example

White with #BD43AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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