Html Css Color HEX #BE56BD Fuchsia

📋 copy color: '#BE56BD'

red 190 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #BE56BD

Tints of Fuchsia #BE56BD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BE56BD: hue angle of 300.58º 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 #BE56BD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 189 -
CMYK 0 0.55 0.01 0.25
HSL 300.58º 0.44% 0.54% -
HSV(B) 300.58º 0.55% 0.75% -
XYZ 33.75 21.28 50.47 -
YUV 128.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 190 86 189 0 0.55 0.01 0.25 300.58 0.44 0.54
Hex BE 56 BD 0 37 1 19 12D 2C 36
Octal 276 126 275 0 67 1 31 455 54 66
Binary 10111110 1010110 10111101 0 110111 1 11001 100101101 101100 110110

Color Harmonies of #BE56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56BD

Black with #BE56BD

Text Example


Text Example

White with #BE56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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