Html Css Color HEX #BD47AF Fuchsia

📋 copy color: '#BD47AF'

red 189 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #BD47AF

Tints of Fuchsia #BD47AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 43.45%
G = 16.32%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD47AF (or 0xBD47AF) is known color: Fuchsia. HEX triplet: BD, 47 and AF. RGB value is (189,71,175). Sum of RGB (Red+Green+Blue) = 189+71+175=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47AF is #42B850. Grayscale: #757575. Windows color (decimal): -4372561 or 11487165. OLE color: 11487165.

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

Color convert

RGB 189 71 175 -
CMYK 0 0.62 0.07 0.26
HSL 307.12º 0.47% 0.51% -
HSV(B) 307.12º 0.62% 0.74% -
XYZ 30.98 18.42 42.48 -
YUV 118.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 189 71 175 0 0.62 0.07 0.26 307.12 0.47 0.51
Hex BD 47 AF 0 3E 7 1A 133 2F 33
Octal 275 107 257 0 76 7 32 463 57 63
Binary 10111101 1000111 10101111 0 111110 111 11010 100110011 101111 110011

Color Harmonies of #BD47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47AF

Black with #BD47AF

Text Example


Text Example

White with #BD47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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