Html Css Color HEX #BE3BAC Fuchsia

📋 copy color: '#BE3BAC'

red 190 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #BE3BAC

Tints of Fuchsia #BE3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.01%

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

R = 45.13%
G = 14.01%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE3BAC (or 0xBE3BAC) is known color: Fuchsia. HEX triplet: BE, 3B and AC. RGB value is (190,59,172). Sum of RGB (Red+Green+Blue) = 190+59+172=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3BAC is #41C453. Grayscale: #6E6E6E. Windows color (decimal): -4310100 or 11287486. OLE color: 11287486.

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

Color convert

RGB 190 59 172 -
CMYK 0 0.69 0.09 0.25
HSL 308.24º 0.53% 0.49% -
HSV(B) 308.24º 0.69% 0.75% -
XYZ 30.25 17.05 40.73 -
YUV 111.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 190 59 172 0 0.69 0.09 0.25 308.24 0.53 0.49
Hex BE 3B AC 0 45 9 19 134 35 31
Octal 276 73 254 0 105 11 31 464 65 61
Binary 10111110 111011 10101100 0 1000101 1001 11001 100110100 110101 110001

Color Harmonies of #BE3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BAC

Black with #BE3BAC

Text Example


Text Example

White with #BE3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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