Html Css Color HEX #BD54C1 Fuchsia

📋 copy color: '#BD54C1'

red 189 ◦ green 84 ◦ blue 193

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

Shades of Fuchsia #BD54C1

Tints of Fuchsia #BD54C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 40.56%
G = 18.03%
B = 41.42%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD54C1 (or 0xBD54C1) is known color: Fuchsia. HEX triplet: BD, 54 and C1. RGB value is (189,84,193). Sum of RGB (Red+Green+Blue) = 189+84+193=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD54C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54C1 is #42AB3E. Grayscale: #7F7F7F. Windows color (decimal): -4369215 or 12670141. OLE color: 12670141.

HSL color Cylindrical-coordinate representation of color #BD54C1: hue angle of 297.8º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD54C1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 84 193 -
CMYK 0.02 0.56 0 0.24
HSL 297.8º 0.47% 0.54% -
HSV(B) 297.8º 0.56% 0.76% -
XYZ 33.78 21.01 52.73 -
YUV 127.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 189 84 193 0.02 0.56 0 0.24 297.8 0.47 0.54
Hex BD 54 C1 2 38 0 18 12A 2F 36
Octal 275 124 301 2 70 0 30 452 57 66
Binary 10111101 1010100 11000001 10 111000 0 11000 100101010 101111 110110

Color Harmonies of #BD54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54C1

Black with #BD54C1

Text Example


Text Example

White with #BD54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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