Html Css Color HEX #BD56BA Fuchsia

📋 copy color: '#BD56BA'

red 189 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #BD56BA

Tints of Fuchsia #BD56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

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

R = 41%
G = 18.66%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD56BA (or 0xBD56BA) is known color: Fuchsia. HEX triplet: BD, 56 and BA. RGB value is (189,86,186). Sum of RGB (Red+Green+Blue) = 189+86+186=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56BA is #42A945. Grayscale: #7F7F7F. Windows color (decimal): -4368710 or 12211901. OLE color: 12211901.

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

Color convert

RGB 189 86 186 -
CMYK 0 0.54 0.02 0.26
HSL 301.75º 0.44% 0.54% -
HSV(B) 301.75º 0.54% 0.74% -
XYZ 33.18 21.02 48.76 -
YUV 128.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 189 86 186 0 0.54 0.02 0.26 301.75 0.44 0.54
Hex BD 56 BA 0 36 2 1A 12E 2C 36
Octal 275 126 272 0 66 2 32 456 54 66
Binary 10111101 1010110 10111010 0 110110 10 11010 100101110 101100 110110

Color Harmonies of #BD56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56BA

Black with #BD56BA

Text Example


Text Example

White with #BD56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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