Html Css Color HEX #BE2DAC Fuchsia

📋 copy color: '#BE2DAC'

red 190 ◦ green 45 ◦ blue 172

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

Shades of Fuchsia #BE2DAC

Tints of Fuchsia #BE2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

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

R = 46.68%
G = 11.06%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE2DAC (or 0xBE2DAC) is known color: Fuchsia. HEX triplet: BE, 2D and AC. RGB value is (190,45,172). Sum of RGB (Red+Green+Blue) = 190+45+172=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2DAC is #41D253. Grayscale: #666666. Windows color (decimal): -4313684 or 11283902. OLE color: 11283902.

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

Color convert

RGB 190 45 172 -
CMYK 0 0.76 0.09 0.25
HSL 307.45º 0.62% 0.46% -
HSV(B) 307.45º 0.76% 0.75% -
XYZ 29.62 15.8 40.52 -
YUV 102.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 190 45 172 0 0.76 0.09 0.25 307.45 0.62 0.46
Hex BE 2D AC 0 4C 9 19 133 3E 2E
Octal 276 55 254 0 114 11 31 463 76 56
Binary 10111110 101101 10101100 0 1001100 1001 11001 100110011 111110 101110

Color Harmonies of #BE2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DAC

Black with #BE2DAC

Text Example


Text Example

White with #BE2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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