Html Css Color HEX #BD56BE Fuchsia

📋 copy color: '#BD56BE'

red 189 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #BD56BE

Tints of Fuchsia #BD56BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 40.65%
G = 18.49%
B = 40.86%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD56BE (or 0xBD56BE) is known color: Fuchsia. HEX triplet: BD, 56 and BE. RGB value is (189,86,190). Sum of RGB (Red+Green+Blue) = 189+86+190=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD56BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56BE is #42A941. Grayscale: #808080. Windows color (decimal): -4368706 or 12474045. OLE color: 12474045.

HSL color Cylindrical-coordinate representation of color #BD56BE: hue angle of 299.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD56BE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 86 190 -
CMYK 0.01 0.55 0 0.25
HSL 299.42º 0.44% 0.54% -
HSV(B) 299.42º 0.55% 0.75% -
XYZ 33.61 21.19 51.03 -
YUV 128.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 189 86 190 0.01 0.55 0 0.25 299.42 0.44 0.54
Hex BD 56 BE 1 37 0 19 12B 2C 36
Octal 275 126 276 1 67 0 31 453 54 66
Binary 10111101 1010110 10111110 1 110111 0 11001 100101011 101100 110110

Color Harmonies of #BD56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56BE

Black with #BD56BE

Text Example


Text Example

White with #BD56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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