Html Css Color HEX #BE2CB8 Fuchsia

📋 copy color: '#BE2CB8'

red 190 ◦ green 44 ◦ blue 184

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

Shades of Fuchsia #BE2CB8

Tints of Fuchsia #BE2CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.02%

R = 45.45%
G = 10.53%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE2CB8 (or 0xBE2CB8) is known color: Fuchsia. HEX triplet: BE, 2C and B8. RGB value is (190,44,184). Sum of RGB (Red+Green+Blue) = 190+44+184=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CB8 is #41D347. Grayscale: #676767. Windows color (decimal): -4313928 or 12070078. OLE color: 12070078.

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

Color convert

RGB 190 44 184 -
CMYK 0 0.77 0.03 0.25
HSL 302.47º 0.62% 0.46% -
HSV(B) 302.47º 0.77% 0.75% -
XYZ 30.79 16.21 46.85 -
YUV 103.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 190 44 184 0 0.77 0.03 0.25 302.47 0.62 0.46
Hex BE 2C B8 0 4D 3 19 12E 3E 2E
Octal 276 54 270 0 115 3 31 456 76 56
Binary 10111110 101100 10111000 0 1001101 11 11001 100101110 111110 101110

Color Harmonies of #BE2CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CB8

Black with #BE2CB8

Text Example


Text Example

White with #BE2CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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