Html Css Color HEX #BE2CBA Fuchsia

📋 copy color: '#BE2CBA'

red 190 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #BE2CBA

Tints of Fuchsia #BE2CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 45.24%
G = 10.48%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE2CBA (or 0xBE2CBA) is known color: Fuchsia. HEX triplet: BE, 2C and BA. RGB value is (190,44,186). Sum of RGB (Red+Green+Blue) = 190+44+186=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CBA is #41D345. Grayscale: #676767. Windows color (decimal): -4313926 or 12201150. OLE color: 12201150.

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

Color convert

RGB 190 44 186 -
CMYK 0 0.77 0.02 0.25
HSL 301.64º 0.62% 0.46% -
HSV(B) 301.64º 0.77% 0.75% -
XYZ 31 16.29 47.97 -
YUV 103.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 190 44 186 0 0.77 0.02 0.25 301.64 0.62 0.46
Hex BE 2C BA 0 4D 2 19 12E 3E 2E
Octal 276 54 272 0 115 2 31 456 76 56
Binary 10111110 101100 10111010 0 1001101 10 11001 100101110 111110 101110

Color Harmonies of #BE2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CBA

Black with #BE2CBA

Text Example


Text Example

White with #BE2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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