Html Css Color HEX #BE44BC Fuchsia

📋 copy color: '#BE44BC'

red 190 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #BE44BC

Tints of Fuchsia #BE44BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.25%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 42.6%
G = 15.25%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE44BC (or 0xBE44BC) is known color: Fuchsia. HEX triplet: BE, 44 and BC. RGB value is (190,68,188). Sum of RGB (Red+Green+Blue) = 190+68+188=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44BC is #41BB43. Grayscale: #757575. Windows color (decimal): -4307780 or 12338366. OLE color: 12338366.

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

Color convert

RGB 190 68 188 -
CMYK 0 0.64 0.01 0.25
HSL 300.98º 0.48% 0.51% -
HSV(B) 300.98º 0.64% 0.75% -
XYZ 32.38 18.71 49.48 -
YUV 118.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 190 68 188 0 0.64 0.01 0.25 300.98 0.48 0.51
Hex BE 44 BC 0 40 1 19 12D 30 33
Octal 276 104 274 0 100 1 31 455 60 63
Binary 10111110 1000100 10111100 0 1000000 1 11001 100101101 110000 110011

Color Harmonies of #BE44BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44BC

Black with #BE44BC

Text Example


Text Example

White with #BE44BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44BC; }

 p { color: rgb(190,68,188); }

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

background-color css

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

 a { background-color: rgb(190,68,188); }

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

border-color css

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

 span { border-color: rgb(190,68,188); }

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