Html Css Color HEX #BD46B9 Fuchsia

📋 copy color: '#BD46B9'

red 189 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #BD46B9

Tints of Fuchsia #BD46B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 42.57%
G = 15.77%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD46B9 (or 0xBD46B9) is known color: Fuchsia. HEX triplet: BD, 46 and B9. RGB value is (189,70,185). Sum of RGB (Red+Green+Blue) = 189+70+185=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46B9 is #42B946. Grayscale: #767676. Windows color (decimal): -4372807 or 12142269. OLE color: 12142269.

HSL color Cylindrical-coordinate representation of color #BD46B9: hue angle of 302.02º 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 #BD46B9 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 185 -
CMYK 0 0.63 0.02 0.26
HSL 302.02º 0.47% 0.51% -
HSV(B) 302.02º 0.63% 0.74% -
XYZ 31.93 18.7 47.83 -
YUV 118.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 189 70 185 0 0.63 0.02 0.26 302.02 0.47 0.51
Hex BD 46 B9 0 3F 2 1A 12E 2F 33
Octal 275 106 271 0 77 2 32 456 57 63
Binary 10111101 1000110 10111001 0 111111 10 11010 100101110 101111 110011

Color Harmonies of #BD46B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46B9

Black with #BD46B9

Text Example


Text Example

White with #BD46B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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