Html Css Color HEX #BD46AF Fuchsia

📋 copy color: '#BD46AF'

red 189 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #BD46AF

Tints of Fuchsia #BD46AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 43.55%
G = 16.13%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD46AF (or 0xBD46AF) is known color: Fuchsia. HEX triplet: BD, 46 and AF. RGB value is (189,70,175). Sum of RGB (Red+Green+Blue) = 189+70+175=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46AF is #42B950. Grayscale: #757575. Windows color (decimal): -4372817 or 11486909. OLE color: 11486909.

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

Color convert

RGB 189 70 175 -
CMYK 0 0.63 0.07 0.26
HSL 307.06º 0.47% 0.51% -
HSV(B) 307.06º 0.63% 0.74% -
XYZ 30.91 18.29 42.46 -
YUV 117.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 189 70 175 0 0.63 0.07 0.26 307.06 0.47 0.51
Hex BD 46 AF 0 3F 7 1A 133 2F 33
Octal 275 106 257 0 77 7 32 463 57 63
Binary 10111101 1000110 10101111 0 111111 111 11010 100110011 101111 110011

Color Harmonies of #BD46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46AF

Black with #BD46AF

Text Example


Text Example

White with #BD46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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