Html Css Color HEX #BE2CB3 Fuchsia

📋 copy color: '#BE2CB3'

red 190 ◦ green 44 ◦ blue 179

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

Shades of Fuchsia #BE2CB3

Tints of Fuchsia #BE2CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

 BLUE value IS 179 (70.31% from 255) = 43.34%

R = 46%
G = 10.65%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE2CB3 (or 0xBE2CB3) is known color: Fuchsia. HEX triplet: BE, 2C and B3. RGB value is (190,44,179). Sum of RGB (Red+Green+Blue) = 190+44+179=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CB3 is #41D34C. Grayscale: #666666. Windows color (decimal): -4313933 or 11742398. OLE color: 11742398.

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

Color convert

RGB 190 44 179 -
CMYK 0 0.77 0.06 0.25
HSL 304.52º 0.62% 0.46% -
HSV(B) 304.52º 0.77% 0.75% -
XYZ 30.27 16 44.14 -
YUV 103.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 190 44 179 0 0.77 0.06 0.25 304.52 0.62 0.46
Hex BE 2C B3 0 4D 6 19 131 3E 2E
Octal 276 54 263 0 115 6 31 461 76 56
Binary 10111110 101100 10110011 0 1001101 110 11001 100110001 111110 101110

Color Harmonies of #BE2CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CB3

Black with #BE2CB3

Text Example


Text Example

White with #BE2CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CB3; }

 p { color: rgb(190,44,179); }

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

background-color css

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

 a { background-color: rgb(190,44,179); }

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

border-color css

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

 span { border-color: rgb(190,44,179); }

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