Html Css Color HEX #BD47C9 Fuchsia

📋 copy color: '#BD47C9'

red 189 ◦ green 71 ◦ blue 201

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

Shades of Fuchsia #BD47C9

Tints of Fuchsia #BD47C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.4%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 41%
G = 15.4%
B = 43.6%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD47C9 (or 0xBD47C9) is known color: Fuchsia. HEX triplet: BD, 47 and C9. RGB value is (189,71,201). Sum of RGB (Red+Green+Blue) = 189+71+201=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47C9 is #42B836. Grayscale: #787878. Windows color (decimal): -4372535 or 13191101. OLE color: 13191101.

HSL color Cylindrical-coordinate representation of color #BD47C9: hue angle of 294.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD47C9 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 71 201 -
CMYK 0.06 0.65 0 0.21
HSL 294.46º 0.55% 0.53% -
HSV(B) 294.46º 0.65% 0.79% -
XYZ 33.78 19.54 57.25 -
YUV 121.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 189 71 201 0.06 0.65 0 0.21 294.46 0.55 0.53
Hex BD 47 C9 6 41 0 15 126 37 35
Octal 275 107 311 6 101 0 25 446 67 65
Binary 10111101 1000111 11001001 110 1000001 0 10101 100100110 110111 110101

Color Harmonies of #BD47C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47C9

Black with #BD47C9

Text Example


Text Example

White with #BD47C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47C9; }

 p { color: rgb(189,71,201); }

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

background-color css

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

 a { background-color: rgb(189,71,201); }

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

border-color css

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

 span { border-color: rgb(189,71,201); }

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