Html Css Color HEX #BD47BA Fuchsia

📋 copy color: '#BD47BA'

red 189 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #BD47BA

Tints of Fuchsia #BD47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 42.38%
G = 15.92%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD47BA (or 0xBD47BA) is known color: Fuchsia. HEX triplet: BD, 47 and BA. RGB value is (189,71,186). Sum of RGB (Red+Green+Blue) = 189+71+186=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47BA is #42B845. Grayscale: #777777. Windows color (decimal): -4372550 or 12208061. OLE color: 12208061.

HSL color Cylindrical-coordinate representation of color #BD47BA: hue angle of 301.53º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD47BA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 186 -
CMYK 0 0.62 0.02 0.26
HSL 301.53º 0.47% 0.51% -
HSV(B) 301.53º 0.62% 0.74% -
XYZ 32.1 18.87 48.4 -
YUV 119.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 189 71 186 0 0.62 0.02 0.26 301.53 0.47 0.51
Hex BD 47 BA 0 3E 2 1A 12E 2F 33
Octal 275 107 272 0 76 2 32 456 57 63
Binary 10111101 1000111 10111010 0 111110 10 11010 100101110 101111 110011

Color Harmonies of #BD47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47BA

Black with #BD47BA

Text Example


Text Example

White with #BD47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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