Html Css Color HEX #BD54B1 Fuchsia

📋 copy color: '#BD54B1'

red 189 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #BD54B1

Tints of Fuchsia #BD54B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 42%
G = 18.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD54B1 (or 0xBD54B1) is known color: Fuchsia. HEX triplet: BD, 54 and B1. RGB value is (189,84,177). Sum of RGB (Red+Green+Blue) = 189+84+177=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD54B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD54B1 is #42AB4E. Grayscale: #7D7D7D. Windows color (decimal): -4369231 or 11621565. OLE color: 11621565.

HSL color Cylindrical-coordinate representation of color #BD54B1: hue angle of 306.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD54B1 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 177 -
CMYK 0 0.56 0.06 0.26
HSL 306.86º 0.44% 0.54% -
HSV(B) 306.86º 0.56% 0.74% -
XYZ 32.09 20.33 43.83 -
YUV 126 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 189 84 177 0 0.56 0.06 0.26 306.86 0.44 0.54
Hex BD 54 B1 0 38 6 1A 133 2C 36
Octal 275 124 261 0 70 6 32 463 54 66
Binary 10111101 1010100 10110001 0 111000 110 11010 100110011 101100 110110

Color Harmonies of #BD54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54B1

Black with #BD54B1

Text Example


Text Example

White with #BD54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54B1; }

 p { color: rgb(189,84,177); }

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

background-color css

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

 a { background-color: rgb(189,84,177); }

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

border-color css

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

 span { border-color: rgb(189,84,177); }

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