Html Css Color HEX #BD46B3 Fuchsia

📋 copy color: '#BD46B3'

red 189 ◦ green 70 ◦ blue 179

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

Shades of Fuchsia #BD46B3

Tints of Fuchsia #BD46B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 43.15%
G = 15.98%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD46B3 (or 0xBD46B3) is known color: Fuchsia. HEX triplet: BD, 46 and B3. RGB value is (189,70,179). Sum of RGB (Red+Green+Blue) = 189+70+179=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46B3 is #42B94C. Grayscale: #757575. Windows color (decimal): -4372813 or 11749053. OLE color: 11749053.

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

Color convert

RGB 189 70 179 -
CMYK 0 0.63 0.05 0.26
HSL 305.04º 0.47% 0.51% -
HSV(B) 305.04º 0.63% 0.74% -
XYZ 31.31 18.45 44.56 -
YUV 118.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 189 70 179 0 0.63 0.05 0.26 305.04 0.47 0.51
Hex BD 46 B3 0 3F 5 1A 131 2F 33
Octal 275 106 263 0 77 5 32 461 57 63
Binary 10111101 1000110 10110011 0 111111 101 11010 100110001 101111 110011

Color Harmonies of #BD46B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46B3

Black with #BD46B3

Text Example


Text Example

White with #BD46B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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