Html Css Color HEX #BE2FAC Fuchsia

📋 copy color: '#BE2FAC'

red 190 ◦ green 47 ◦ blue 172

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

Shades of Fuchsia #BE2FAC

Tints of Fuchsia #BE2FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.49%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 46.45%
G = 11.49%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE2FAC (or 0xBE2FAC) is known color: Fuchsia. HEX triplet: BE, 2F and AC. RGB value is (190,47,172). Sum of RGB (Red+Green+Blue) = 190+47+172=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FAC is #41D053. Grayscale: #676767. Windows color (decimal): -4313172 or 11284414. OLE color: 11284414.

HSL color Cylindrical-coordinate representation of color #BE2FAC: hue angle of 307.55º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2FAC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 47 172 -
CMYK 0 0.75 0.09 0.25
HSL 307.55º 0.6% 0.46% -
HSV(B) 307.55º 0.75% 0.75% -
XYZ 29.7 15.96 40.54 -
YUV 104.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 190 47 172 0 0.75 0.09 0.25 307.55 0.6 0.46
Hex BE 2F AC 0 4B 9 19 134 3C 2E
Octal 276 57 254 0 113 11 31 464 74 56
Binary 10111110 101111 10101100 0 1001011 1001 11001 100110100 111100 101110

Color Harmonies of #BE2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FAC

Black with #BE2FAC

Text Example


Text Example

White with #BE2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FAC; }

 p { color: rgb(190,47,172); }

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

background-color css

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

 a { background-color: rgb(190,47,172); }

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

border-color css

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

 span { border-color: rgb(190,47,172); }

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